body {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background-color:#DCE6E7;
	text-align : justify;
	line-height: 10px;
}
p {
	font-size:11px;
	color: #586885;
	line-height: 120%;
}
hr {
	/*display:none;*/
 }
h1 {
	font-size:25px;
	text-align : left;
	color : #666666;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : center;
	color:#486895;
}
h3 {
	font-size:18px;
	text-align : left;
	color : #666666;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align : left;
	color : #666666;
}
ul {
	line-height:19px;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
a {
	font-size:12px;
	color:#325FA0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#325FA0;
}
a:hover {
	text-decoration: none;
	color:#000066;
}
a:active {
	text-decoration: none;
	color:#0099CC;
}
#container {
       background-color:#DDE6AC;
       border-style:solid;
       border-color:#000000;
       margin: 0 auto;
       width:776px;
       height:auto;
}
.header{
       width:776px;
       height:140px;
	   background-image:url(imagenes/logo_autoescuela_web.png);
	   background-repeat:no-repeat;
       background-color:#FDDD2D;
       border-bottom-style:solid;
       border-bottom-color:#000000;
       margin:0 0 10px 0;
	   vertical-align:top;
}
.izquierda{
       width:120px;
       height:auto;
       background-color:#EFEFEF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 0 0 5px;
       float:left;
       padding:3px;
}
.izquierda ul {
       font:bold 11px Verdana, Arial, Helvetica, sans-serif;
       color:#586885;
       line-height: 210%;
       text-transform:capitalize;
}
.derecha{
       width:120px;
       height:auto;
       background-color:#FFFFDD;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 0;
       float:right;
       padding:5px;
}
.principal{
       width:460px;
	   min-height:880px;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 145px;
       padding:10px;
}
.footer{
       width:auto;
       height:550px;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:5px;
}
.footer h6{
       text-align:center;
       text-transform:uppercase;
       margin:5px auto;
       color:#666666;
       font-size:10px;
}   
.error{
	font-family:"Courier New", Courier, mono;
	color:#FF0000;
	cursor:default;
	font-size:16px;
}
.error_correcto{
	font-family:"Courier New", Courier, mono;
	color:#00CC00;
	cursor:default;
	font-size:16px;
}
.creditos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #003366;
	cursor:default;
}
.titulo{
	font-size:16px;
	cursor:default;
	font-weight:600;
}
.marquesina{
	background-color:#E03030;
	color:#FFFFFF;
	font-size:12px;
	cursor:default;
	font-weight:600;
	text-decoration:blink;
	padding-top:5px;
	padding-bottom:5px;
	border:double;
}