/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	background-color: #FFFFFF;
	background-image: url(images/img03Body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	clear: both;
	width: 940px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgb(239,239,239);
	background-image: url('/images/header_logo.png');
	padding-top: 0px;
}

/* Logo */

#logo {
	margin: 0;
	color: #000000;
	clip: rect(auto,auto,auto,auto);
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 160px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 250px;
	height: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #027E62;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #027E62;
}
#searchIndex {
	float: right;
	width: 250px;
	height: 40px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: rgb(2,126,98);
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #027E62;
}


#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}
.textPost {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: rgb(0,0,0);
	text-align: left;
	width: 250px;
}


/* Menu */

#menu {
	width: 940px;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: rgb(239,239,239);
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 20px;
	margin-right: 1px;
	background: url(images/img04.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: none;
	padding-top: 	20px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#menu a:hover, #menu .current_page_item a {
	background: url(images/img05.jpg) repeat-x left top;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: rgb(0,125,107);
	border-bottom-style: solid;
	border-bottom-color: rgb(0,125,107);

}

/* Content */

#content {
	float: right;
	width: 670px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.post {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 60px;
	text-align: left;
}
.post_Index {
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #027E62;
}


.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding-bottom: 20px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
}
#Sidebar_Index {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 275px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	background: url(images/img02.gif) repeat-x left bottom;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li a {
	padding-left: 10px;
	background: url(images/img01.gif) no-repeat left 6px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -0.5px;
	font-size: 1.5em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	font-size: 1.1em;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: left;
	color: #000000;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #000000;
}
#wrapper #page #page-bgtop #page-bgbtm #sidebar ul li #search .post {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 12px;
}
#footer table tr td {
	text-align: center;
	color: #000000;
}
#SerieMDiv {
	width: 670px;
	padding-top: 10px;
	color: #787878;
	text-align: left;
}
.DescripcionModelos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(0,128,100);
	text-align: left;
}
.Descripcion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,0,0);
	text-align: left;
}
.DescripcionRepuestos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align: left;
	font-variant: normal;
}

.OpcionTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: rgb(255,255,255);
	background-color: rgb(0,125,107);
	text-align: center;
	width: 300px;
	vertical-align: middle;
}
.BottomOpcionTexto {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(0,125,107);
}
.TextoFichas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: rgb(51,51,51);
	margin-left: 15px;
	margin-right: 150px;
	font-weight: bold;
	text-align: left;
}
.TextoSidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #FF6600;
	margin-left: 15px;
	margin-right: 150px;
	font-weight: normal;
}

.InfoTextoFichas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: rgb(11,131,122);
	text-decoration: underline;
	margin-left: 10px;
}
.TextoEncabezadoTabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: rgb(51,51,51);
	text-align: left;
}
.Line_Separation {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: rgb(7,130,109);
	float: left;
	width: 665px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #007D6B;
	font-weight: bold;
	padding-left: 5px;
}
.Line_SeparationSidebar {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgb(7,130,109);
	float: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #007D6B;
	font-weight: bold;
	padding-left: 0px;
}

.ResaltarSeries {
	height: 35px;
	width: 150px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: rgb(255,255,255);
	font-style: normal;
	vertical-align: text-bottom;
	text-align: center;
}
.ResaltarSeriesL {
	height: 35px;
	width: 150px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: rgb(255,255,255);
	font-style: normal;
	vertical-align: text-bottom;
	text-align: center;
	background-image: url(images/button-seriel.jpg);
}

.ResaltarSeriesM {
	height: 35px;
	width: 150px;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-variant: normal;
	color: rgb(255,255,255);
	font-style: normal;
	vertical-align: text-bottom;
	text-align: center;
	background-image: url(images/button-seriem.jpg);
}
#wrapper #page #page-bgtop #page-bgbtm #content #SerieMDiv table {
	text-align: center;
}
#wrapper #page #page-bgtop #page-bgbtm #content #SerieMDiv table {
	text-align: center;
}
.tablaGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: rgb(51,51,51);
}
.TextIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: rgb(0,0,0);
}
.captchaPrueba {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: thin solid rgb(102,102,102);
}
