/* ETIQUETAS */


body{
	font-size:12px;
}

*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
}

a{
	color: #005000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

table{
	
}

th{
	font-size: 80%;
	padding: 5px;
	background: #E2E2E2;
}

table.tablaDatos th{
	background: Olive;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	text-align: left;
}

td{
	font-size: 80%;
	padding: 5px;
	background: white;
}

table.tablaDatos td{
	background: #e0feb0;
	font-size: 80%;
	margin: 5px;
}

table.tablaDatos td.nota{
	background: #e0feb0;
	font-size: 70%;
	margin: 5px;
}

/* CAPAS */

#cabecera{
	width: 100%;
	margin: 0px;
	padding: 0px
}

.menu{
	width: 100%;
	margin: 0px;
	padding: 0px
}

.campana{
	width: 100%;
	padding-top: 20px;
}

#contenido{
	width: 100%;
	padding-top: 50px;
	overflow : visible;
}

#contenedor {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*background:#ffa7a7;*/
}
#lateral {
	float:left;
	width:20%;
	position:relative;
	left:0%;
	overflow:hidden;
	border: solid 0px red;
}
#principal {
	float:left;
	width:80%;
	position:relative;
	left:0%;
	overflow:hidden;
	border: solid 0px blue;
}

#pie{
	width: 100%;
	padding-top: 50px;
}

/* TEXTO */

.cp_subt{
	font-size: 90%;
}

.cp_link{
	text-decoration: none;
	font-size: 90%;
	color: #800000;
}

.cp_red{
	text-decoration: none;
	font-size: 90%;
	color: red;
}

