body{
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #333;
}

/* @group Ubicacion */

#ubicacion{ height:35px; background-color:#F0F0F0; margin: 0 auto; }
	#exportar{ width:122px; height:26px; margin: 5px 0 0 30px; float:left; }
	#exportar a{display:block; float:left;height: 26px;}
		#aemail{ width:31px; height:26px;  background:url(../images/exportar.gif) no-repeat;}
		#apdf{ width:29px; height:26px; margin-left: 17px; background:url(../images/exportar.gif) -48px no-repeat;}
		#aimpresora{ width:29px; height:26px; margin-left: 16px; background:url(../images/exportar.gif) -93px no-repeat;}
		
	#texto-ruta{ width:400px; 
				float:right; 
				text-align:right; 
				margin:10px 30px 0 0; 
				font-family:Arial, Helvetica, sans-serif; 
				font-size:10px; 
				font-style:italic; 
				color:#666666
				}
	#texto-ruta a{text-decoration:none; color:#666666;}
	#texto-ruta a:hover{text-decoration:underline;}

/* @end */

/* @group Form */
#msg{
	border: 1px dotted #1d7bff;
	padding: 5px 25px;
	background: #faffc2 url(../images/informacion-icon.gif) no-repeat 5px 3px;
	margin: 5px 0;
	color: #333;
	font: 12px Arial, Helvetica, "Trebuchet MS", "Century Gothic", Tahoma;
}
h1{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #333;
}
.form{
	border-top: 2px solid #646464;
	border-bottom: 1px solid #ccc;
	font: 11px Arial, Helvetica, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #646464;
	clear: both;
}
.form .th{
	width: 130px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F0F0F0;
	padding: 10px;
	text-align: left;
}
.form .td{
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.inputbox{
	border: 1px solid #AEAEAE;
	font: 11px Arial, Helvetica, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #646464;
	padding: 2px 4px;
}
a.button{
	display:block;
    float: right;
    color: #000;
	font: bold 11px Arial, Helvetica, "Trebuchet MS", "Century Gothic", Tahoma;
	padding: 2px 10px;
	border: 1px solid #BBB;
	background: #F9F9F9 url(../images/fondoBtn.png) repeat-x left bottom;
	text-decoration: none;
	margin-right:5px;
}
a.button:hover{
	border-color: #939393;
	text-decoration: none;
}
a.button:active{
    background-color: #E3E3E3;
    text-decoration: none;
}
/* @end */

/* @group Contenidos */

#contenido p, #contenido div{
	font: 12px/18px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #333;
}

#contenido ol{
	padding-left: 30px;
	font: 12px/18px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #666;
	margin: 5px 0;
}
#contenido ul{
	padding-left: 30px;
	font: 12px/18px Helvetica, Arial, "Trebuchet MS", "Century Gothic", Tahoma;
	color: #666;
	margin: 5px 0;
}
#contenido ul li{
	padding-left: 10px;
}
#contenido a{
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contenido a:hover{
	text-decoration: none;
}
#contenido img{border: 3px solid #D5CEA4; margin: 0 10px 0 0;}

#contenido .links div ul{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}
#contenido .links div ul li{
	width: 200px;
	float: left;
	margin: 5px 5px;
}
#contenido .links div ul li p{
	color: #333333;
	text-align: left;
	font: 11px/14px "Trebuchet MS", Helvetica, Arial, "Century Gothic", Tahoma;
	margin: 5px 0 10px 0;
}
#contenido .links div ul li a{
	color: #333;
	font: 11px "Trebuchet MS", Helvetica, Arial, "Century Gothic", Tahoma;
	text-decoration: underline;
}
#contenido .links div ul li a:hover{
	text-decoration: none;
}

#contenido{
	margin: 0 auto; 
	padding: 20px 30px 70px 30px;
	
}



/* @end */

