/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
	font-family:Verdana;	font-size:9px;	color:#666;	text-decoration:none;
	height:100%;
	margin: 0px;	padding:0px;
	background-image:url(/img/bgbody.jpg);	background-repeat:repeat-x;	background-position:top;	background-color:#E2E2E2;
	text-align:center;   
}



#contenedor
{
	width:815px;
	height:100%;
	margin:0px;	padding:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#E2E2E2;
	background-image:url(/img/bgcontenedor.jpg);	background-repeat:repeat-y;
	
		
}

#menu
{
	float:left;
	width:183px;
	height:600px;
	background-image:url(img/left.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#fff;
}


#contenido
{
	float:left;
	width:542px;
	height:600px;
	background-image:url(img/imgBotonera.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#fff;
}

#home
{
	float:left;	
	width:542px;
	height:450px;
	background-image:url(img/bottom.jpg);
	background-repeat:repeat-x;
	background-position: center bottom;
	background-color:#fff;
}
#subBotonera
{   margin-top:118px;
	float:left;
	width:380px;
	height:30px;
}


#homeCasos
{
	float:left;
	width:275px;
	height:240px;
	margin-top:20px;
	margin-left:18px;
}

#homeNoticias
{
	float:left;
	width:200px;
	height:240px;
	margin-top:20px;
	margin-left:13px;
	margin-right:15px;
}

#dcha
{
	float:left;
	width:90px;
	height:600px;
	background-image:url(img/right.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#fff;
	
}

.parrafo
{
	float:left;
	width:285px;	
	margin-left:15px;
	margin-top:15px;
}



.VerdC6{	font-family:Verdana;	font-size:9px;	color:#666;	text-decoration:none;	}
.VerdC6:hover{	color:#15487B;		}


.VerdC9{    font-family:Verdana;	font-size:9px;	color:#999;	text-decoration:none;	}
.VerdC9:hover{	color:#15487B;		}

.VerdA{    font-family:Verdana;	font-size:9px;	color:#15487B;	text-decoration:none;	}
.VerdA:hover{	color:#CCC;		}

.Verd14{	font-family:Verdana;	font-size:14px;	color:#15487B;	text-decoration:none; 	}
.Verd14:hover{	color:#CCC;		}

.Verd14G{	font-family:Verdana;	font-size:14px;	color:#224F91;	text-decoration:none;	}

.Verd17{	font-family:Verdana;	font-size:17px;	color:#224F91;	text-decoration:none;	}
.Verd17:hover{	color:#CCC;		}

p{margin:0px}
blockquote{margin:10px 0px 10px 20px;}