@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #c0ccdf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003366;
}



/*---------------------------------------------------------------------------------------------------------------------------------
LAYOUT SECTION
---------------------------------------------------------------------------------------------------------------------------------*/

/* Layout Name: oneColFixCtrHdr*/
/* Layout Description: diseño de una columna centrada de tamaño fijo centrada con cabecera y pie */
.oneColFixCtrHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c0ccdf;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	margin: auto;
}
.oneColFixCtrHdr #header {
	padding: 3px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/caballos/tm_header_bg.jpg);
	height: 130px;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 18px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	/* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/caballos/logo.gif);
	background-repeat: no-repeat;
	text-indent: -900px;
	height: 80px;
}
.oneColFixCtrHdr div.caballos #header h1 {
	background-image: url(../images/caballos/logo.gif);
}
.oneColFixCtrHdr #header h1 a{
	display: block;
	height: 80px;
	width: 354px;
}
.oneColFixCtrHdr #mainContent {
	padding: 25px 15px 0px 30px;
	background-image: url(../images/tm1col_content_bg.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 18px;
	height: 492px;
}
.oneColFixCtrHdr #mainColaboradores {
	padding: 25px 15px 0px 30px;
	background-image: url(../images/colaboradores.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 18px;
	height: 492px;
}
.oneColFixCtrHdr #mainContentBox {
	background-image: url(../images/tm_box_bg.gif);
	background-repeat: repeat-y;
	margin: -20px 0px -20px 18px;
}
.oneColFixCtrHdr #mainContentBox h2{
	background-image: url(../images/tm_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #CCCCCC;
	padding-top: 30px;
	padding-left: 15px;	
}
.oneColFixCtrHdr #mainContentBox .last{
	background-image: url(../images/tm_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
}
.oneColFixCtrHdr #mainContentBox h2, .oneColFixCtrHdr #mainContentBox .last, .oneColFixCtrHdr #mainContentBox p, .oneColFixCtrHdr #mainContentBox h3, .oneColFixCtrHdr #mainContentBox ol li {
	padding-left: 20px;
	padding-right: 30px;
}
.oneColFixCtrHdr #mainContentBox hr{
	margin-left: 15px;
	margin-top: -15px;
	margin-bottom: -10px;
}
.oneColFixCtrHdr #mainContentBox img.right{
	float: right;
	padding: 5px 5px 0px 5px;
}
.oneColFixCtrHdr #mainContentBox p.first{
	margin-top: -10px;
} 
.oneColFixCtrHdr #mainContent h1.shape a:link, .oneColFixCtrHdr #mainContent h1.shape a:visited{
	display:block;
	height: 180px;
	width: 214px;
	line-height: 180px;
	background-image: url(../images/shapeVehiculos.jpg);
	background-repeat: no-repeat;
	text-indent: -900px;

}
ul#navBar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 10px 0px 0px 10px;
	list-style: none;
}
ul#navBar li{
	float: left;
}
ul#navBar li a{
	padding: 0 0.5em;
}
ul#navBar li a:link, ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
ul#navBar li a:hover, ul#navBar li a:active{
	color: #FFFF00;
}
.oneColFixCtrHdr #footer {
	background:#003366;
	border-bottom: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
	margin: 5px 0px 5px 0px;
	padding-top: 10px;
}

.oneColFixCtrHdr ul#footer_text{
	list-style: none;
	position:relative;
	left:50%;
	text-align:left;
}
.oneColFixCtrHdr ul#footer_text li{
	float: left;
	position: relative;
	left:-27%;
	text-align: center;
	border-left: solid #ffffff 1px;
	border-right: solid #ffffff 1px;
	padding: 0px 15px 0px 15px;
}

.oneColFixCtrHdr #footer td {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	text-align: center;
	color: #ffffff;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 11px;
}

.oneColFixCtrHdr #footer p {
	margin: 10px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	clear: left;
}
.bold{
	font-weight: bold;
}
.bold a{
	text-decoration: none;
	color: #FFFFFF;
}
.bold a.blue {
	color: #003366;
}
#telefono{
	padding: 0;
	margin: 10px 35px 0 0;
	float: right;
}
table#caballos{
	margin-top: -35px;
}
.blackbold{
	color: #000000;
	font-weight: bold;
}
.nolink {
	text-decoration: none;
}
form#frmTarifa {
	padding-left: 30px;
	padding-right: 50px;
	text-align: left;
}
