body {
		
	line-height: normal;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #85C329;
}

h1{font-size: 1.8em;}
h2{font-size: 1.5em;}
h3{font-size: 1.2em;}

img{
	border: none;
	vertical-align: middle;
	padding-right: 5px;
}

#ColIzq {
float:left;
height:auto;
width:30%;
}

#ColDcha {
float:right;
height:auto;
width:70%;
}

#Logo {
	position: relative;
	float:right;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../images/logo-cvhacinas.jpg);
	padding-left: 60px;
	padding-bottom: 18px;
	clear:right;
	display:block;
	}

	#Logo h1{
	color: #FF9900;
	text-decoration:none;
	
}

#Logo a{
	color: #FF9900;
	text-decoration:none;
}

#PanelIzqdo{
width: 25%;
text-align:center;
}

#menuGestion {
	float: left;
	border: 1px solid #FF9900;
	position: relative;
	height: auto;
	text-align: left;
	width:92%;
	margin:0px;
	padding:5px 0px;
}

#menuGestion ul{
	list-style-image: none;
	list-style-type: none;
	margin:0px;
	padding:0px;
	font-size: 1em;	
}

#menuGestion li{
	display:block;
	list-style-position:outside;
	padding:10px;
	clear:both;
}

#menuGestion ul li img {
	margin:-10px 15px 5px 0px;
	vertical-align:middle;
	display:block;
	float: left;
	border:0px;
}

a{
	color: #E06529;
	font-size: .8em;
	text-decoration: none;
}

a:hover {
	font-size: .8em;
	color: #E06529;
	text-decoration:underline;
}

.RotuTitulo {
	position: relative;
	width: 80%;
	color: #85C329;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
	border-right: 1px solid #85C329;
	border-left: 1px solid #85C329;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #85C329;
	text-align: center;
}

.Rotulacion {
	border: 1px dotted #CCCCCC;
	float:left;
	padding: 3px;
	color: #999999;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	height: auto;
	position: relative;
	display:block;
	text-align:center;
}

#zonaPrincipal {
height:auto;
width:100%;
float:right;
margin-top:10%;
}

.tituloForm {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding: 3px;
	border: 1px dotted #FF9900;
}

form {
	text-align:center;
	font-size: 1em;
	background-color: #EAF1FF;
	padding:10px;
}

input.centrarCelda{
float:none;
}

form input, textarea{
	float:left;
	font-size: .7em;
	color: #666666;
}

form label {
float:right;
font-size: .8em;
color: #666666;
}

.tabla {
	font-size:1em;
	margin:0px;
	padding:5px;
	width: 100%;
	border: 1px solid #FF6600;
}

.tabla th {
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-bottom: 1em;
}

.tabla td{
	font-size: 1em;
	color: #666666;
	text-decoration: none;
	background-color: #E6ECF9;
	text-align: left;
	}
	.tabla td.tablaColCentr{
		text-align: center;
	}

.tabla td.tablaTitColCentr{
	text-align:center;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	
	background-color: #EEEEEE;
	}
	.tabla td.tablaTitColIzqu{
	text-align:left;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	
	background-color: #EEEEEE;
	}
	
.tabla caption{
	margin: 0;
	font-weight: normal;
	color: #85C329;
	font-size: 1.2em;
	text-align:left;
	padding-bottom: 2em;
}

fieldset {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-top:20px;
	padding: 5px;
	border: 1px dotted #FF9900;
	width:70%;
}


