* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: bottom;
}

h1, h2, h3 {
	color: #000000;
}

h2 {
}

h3 {
}



p {
}

blockquote {
	margin-left: 3em;
}

.story ul {
	padding: 20px;
	margin-left: 10px;

}

.story li {
	margin-bottom: 7px;
	margin-top: 7px;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #A7001F;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}
.story .big {
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #000000;
	margin: 3px;
}


img.left {
	float: left;
	margin: 5px 15px 0 0;
}
#formulario fieldset {
	margin: 10px;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #CCCCCC;
}


img.right {
	float: right;
	margin: 5px 0 0 15px;
}
#example {
	padding-top: 10px;
}


/* Boxed Style */

.boxed {
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 10px solid #000000;
	border-right: none;
	z-index: 0;	
}

.boxed .title {
	padding: 10px 20px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A7001F;
	background-image: url(images/cuadro_llanta2.jpg);
	background-repeat: repeat-y;
}

.boxed .content1 {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(images/cuadro_llanta.jpg);
	background-repeat: repeat-y;
	z-index: 0;
}

/* Post */

.post {
	
}

.post .title {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6309;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.post .date {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	text-align: center;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #FF6309;
}

.post .date .month {
	color: #FFFFFF;
	letter-spacing: 1px;
}

.day {
	font-size: 8px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
.day a {
	text-decoration: none;
}


.post .date .year {
}

.post .meta {
	float: left;
	width: 340px;
	height: 32px;
	font-size: 9px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 49px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFF2D7;
	background-image: url(images/icono_dinero.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
.post .meta2 {
	float: left;
	width: 379px;
	height: 32px;
	font-size: 9px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFF2D7;


}
.post .meta1 {
	float: left;
	width: 340px;
	height: 32px;
	font-size: 9px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 49px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFF2D7;
	background-image: url(images/icono_empleo.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}
.meta a {
	text-decoration: none;
}


.post .meta p {
}

.post .story {
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* Logo */

#logo {
	width: 200px;
	height: 100px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 99;
	clear: right;
	padding-right: 510px;
}

#logo h1 {
	padding-top: 30px;
	text-transform: lowercase;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	text-transform: uppercase;
	font-size: 10px;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 720px;
	visibility: visible;
	z-index: 101;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}

#extra {
}

/* Content */

#content1 {
	float: right;
	width: 490px;
	margin-top: -100px;
	border: 10px solid #000000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 150px;
}

#inputsubmit1 {
	background: #BC2121;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
}

/* Content > Sidebar > Menu */

#menu {
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 170px;
	border-top: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/cuadro_llanta.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(images/cuadro_llanta2.jpg);
	background-repeat: repeat-y;
}

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
	background-color: #A7001F;
	background-image: url(images/cuadro_llanta2.jpg);
	background-repeat: repeat-y;
}

/* Footer */

#footer {
	clear: both;
	width: 680px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}
#legal  a {
	color: #FF6309;
	text-decoration: none;
	font-weight: bold;
}
#legal  a:hover {
	color: #999999;
}



/* Footer > Links */

div,dl,dt,dd,ul,pre,form,fieldset,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}	
#heading {
	display: block;
	text-align: center;
	font-size: 11px;
		}
		#heading * {
			display: inline;
			padding: 4px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
		}
		#heading li.active {
	background-color: #A7001F;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
	
	color: #FFFFFF;
		}
		
		#wrapper { border: 1px dotted gray; margin: 1em; padding: 1em; }
		
		#panes {
	text-align: justify;
	border-style: none;
	width: 490px;
	margin: 0px;
	padding: 0px;
		}
		
		#panes p {
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 0px;
	padding: 0px;
		}
		
		#panes div div {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
		
		#previous { float: none; cursor: pointer; }
		#next { float: none; cursor: pointer; }
		
.cajainput {
	background-color: #FFF2D7;
	font-size: 13px;
	margin: 3px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #666666;
	border: 1px solid #FFC295;
	padding: 3px;
}
.boton {
	font-size: 13px;
	font-weight: normal;
	padding: 3px;
	background-color: #A7001F;
	margin: 1px;
	color: #FFFFFF;
}#formulario h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

