/* Etiquetas HTML */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	width:924px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}

a:hover {
	border-bottom:1px solid #FFF;
}

img {
	border:none;
}

/* Clases independientes */

.contenedorPrincipal {
	background-image:url(../img/fondoizquierda.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.contenedorSecundario {
	background-image:url(../img/fondoderecha.gif);
	background-repeat:no-repeat;
	background-position:right;
	margin-left:200px;
	height: 1000px;
}

.menuLateral {
	float:left;
	width: 200px;
}

.contenedorBotones {
	margin-top:260px;
}

.botonGris {
	background-image:url(../img/botongrisfondo.gif);
	background-repeat:repeat-x;
	height:52px;
	margin-bottom:10px;
	color:#0033CC;
}

.botonNegro {
	background-image: url(../img/botonnegrofondo.gif);
	background-repeat:repeat-x;
	height:52px;
	margin-bottom:10px;
	color:#FFFFFF;
}

.botonNegro span {
	margin-top:18px;
	padding-left:10px;
	font-size:1.25em;
	float:left;
}

.botonGris a {
	color:#047abd;
	text-decoration:none;
	border-bottom: 0px;
}

.botonGris a:hover {
	color:#047abd;
	text-decoration:underline;
	border-bottom: 0px;	
}

.botonGris a span, .botonGris a:hover span {
	float:left;
	padding:18px 0px 13px 10px;
	font-size:1.25em;
	display:block;
}

.botonGris a img, .botonGris a:hover img {
	text-decoration:none;
	border:0px;
}

.primerBoton {
	width:120px;
}

.segundoBoton {
	width:145px;
}

.tercerBoton {
	width:170px;
}

.cuartoBoton {
	width:195px;
}

.cabeceraGrisDetalle {
	background-color:#cdcdcd;
	padding:2px 0px 2px 0px;
	margin:0px;
	cursor:pointer;
	height:5.7em;
}

.cabeceraGrisBordes {
	height:5em;
	padding:2px 5px 2px 5px;
	border-top:2px solid #929292;
}

.cabeceraDescripcionProyecto {
	float:right;
	width:45%;
}

.cabeceraTituloProyecto {
	float:right;
	width:27%;
}

.cabeceraLogoProyecto {
	float:right;
	width:5%;
}

.cabeceraCategoriaProyecto {
	width:13%;
	padding-left:5px;
}

.descripcionProyecto {
	float:right;
	width:45%;
	color:#e82301;
	font-weight:bold;
	text-align:justify;
	padding:5px;
}

.tituloProyecto {
	float:right;
	width:25%;
	color:#0076be;
	font-weight:bold;
	padding:5px;
}

.logoProyecto {
	float:right;
	width:10%;
	text-align:center;
	padding:5px;
}

.categoriaProyecto {
	width:13%;
	text-align:center;
	padding:5px;
	font-weight:bold;
}

.contenidoTextos {
	width:95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align:justify;
	color:#FFFFFF;
}
/* Clases dependientes */

a.botonVolver, a:hover.botonVolver {
	background-image: url(../img/botonrojocen.gif);
	background-repeat:repeat-x;
	height:40px;
	width:100px;
	display:block;
	margin-left:95px;
	text-decoration: none;
	border: 0px;
}

a.botonVolver span {
	padding-top:13px;
	padding-right:28px;
	float:right;
}

div.contenedorEnlaces {
	margin-left:20px;
	margin-top:10px;
}

div.contenedorEnlaces div {
	width:48%; 
	float:left;
}

div.contenedorEnlaces div a {
	border:none;
} 
div.contenedorEnlaces span {
	position:relative;
	top:-10px;
	margin:0px 0px 0px 5px;
}

ol.letraMinuscula {
	list-style:lower-latin;
}


/* Generales */

a.enlaceLogo, a:hover.enlaceLogo {
	position:relative;
	top:35px;
	height:90px;
	display:block;
	width:200px;
	border:0px;
}

img{
	border:0px;
}

.centrado {
	text-align:center;
}

.flotaDerecha {
	float:right;
}

.flotaIzquierda {
	float:left;
}

.limpiaDerecha {
	clear: right;
}

.limpiaIzquieda {
	clear: left;
}

.limpiaTotal {
	clear: both;
}

.padding10px {
	padding-top:10px;
}

#flash

 {
 width:100%;
 background-color:#cdcdcd;
 
 border-bottom:2px solid #929292;

	
}


#saude

{
float:right;
width:83%;
color:#0076BE;

font-weight:bold;
padding:5px;
font-size:14px;

}