@charset "utf-8";
/* CSS Vademecum - Desarrollado por Roger Jarquin */


body {
	background:#c5beab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.78em;
	color:#242422;
}

body, contenedor, .contenedor_body, h1, .textfooter {
	margin:0;
	padding:0;
}

.invisible {display:none;}

a:link, a:visited {
	color:#327a78;
	font-style:italic;
}

a:hover {
	color:#1b5453;
}

.anterior {float:left;}

.siguiente {float:right;}

.anterior, .siguiente {display:block;}

h1 { font-size:15px; margin-bottom:15px;}


h2 { font-size:12px; color:#1b5453; margin-top:10px; font-weight:bolder;}

p {margin-top:-5px;}

img {border:0;}

.contenedor {
	width:100%;
	height:100%;
}

.contenedor_body, .contenedor_libreta {
	width:768px;
	height:768px;
	margin:auto;
}

.contenedor_body {
	background:url('../images/screen/background.jpg') no-repeat;
}

.contenedor_libreta {
	background:url('../images/screen/libreta.png') no-repeat;
	margin:0;
}

.contenido_izquierdo, .contenido_derecho, .contenido_abc {
	height:640px;
	margin-top:61px;
	float:left;
}

/*Contenedor izquierdo*/
.contenido_izquierdo {
	width:357px;
	margin-left:56px;
	/*background:#036;*/
}

.contenido_izquierdoimg01 {
	width:357px;
	height:384px;
	margin-top:30px;
	float:left;
	/*background:#9F0;*/
}

.contenido_izquierdoimg02 {
	width:190px;
	height:190px;
	float:left;
	/*background:#990;*/
}

.img_botequipo {
	margin-left:15px;
	margin-top:70px;
}

.contenido_izquierdoimg03 {
	width:167px;
	height:190px;
	float:left;
	/*background:#303;*/
}


/*Final Contenedor izquierdo*/

.contenido_derecho {
	width:300px;
	/*background:#339;*/
}

.contenido_derechocontenido {
	width:285px;
	height:590px;
	margin-top:40px;
	/*background:#36F;*/
}

h1.presentacion {
	background:url('../images/screen/h1_presentacion.png') no-repeat;
	width:215px;
	height:30px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}

.datagrid table {
	border-collapse: collapse;
	text-align: left; width: 100%;
}
	
.datagrid {
	font: normal 11px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #337e7c;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; border-radius: 3px;
}
	
.datagrid table td, .datagrid table th { padding: 3px 10px; }


.datagrid table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #337e7c), color-stop(1, #245d5b) );
	background:-moz-linear-gradient( center top, #337e7c 5%, #245d5b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#337e7c', endColorstr='#245d5b');
	
	background-color:#337e7c;
	color:#FFFFFF;
	font-size: 12px;
	text-align:center;
	font-weight: bold;
	border-left: 1px solid #73aeac;
}

.datagrid table thead th:first-child { border: none; }

.datagrid table tbody td {
	color: #00557F;
	border-left: 1px solid #bde6e5;
	font-size: 11px;
	font-weight: normal;
}

.datagrid table tbody .alt td {
	background: #bde6e5;
	color: #00557F;
}

.datagrid table tbody td:first-child { border-left: none; }

.datagrid table tbody tr:last-child td { border-bottom: none; }

.contenido_abc {
	width:55px;
	/*background:#0F3;*/
}

.footer {
	width:768px;
	height:68px;
	float:left;
	/*background:#966;*/
}

.footercreditos {
	width:580px;
	margin:0 auto;
	margin-top:10px;
}

.textfooter {
	text-align:center;
}

.mrrabbit {
	float:right;
	margin-top:15px;
	margin-right:0;
}

.imgleft {float:left; margin-right:10px; margin-top:10px;}

.imgright {float:right; margin-left:10px; margin-top:10px;}
