@import url("menu.css");
@import url("campanas.css");
@import url("noticias.css");
@import url("encuestas.css");
@import url("plugins.css");
@import url("tipofiles.css");
//@import url("config.css");
div {
	font-family : "Century Gothic", Verdana, Tahoma, Arial, Verdana;
	font-size : 9pt;
	color : #000033;
	overflow : auto;
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
body {
	height : 100%;
	width : 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
table{
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-family : "Century Gothic", Verdana, Tahoma, Arial, Verdana;
	font-size : 9pt;
	color : #000033;
}
#dvInicio {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	position : absolute;
	visibility : visible;
	height : 100%;
	width : 100%;
	left : 0px;
	top : 0px;
	/*background-image : url(../images/fondoprincipal.jpg);*/
	background-color : #FFFFFF;
}
#dvPrincipal {
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	position : relative;
	visibility : visible;
	height : 100%;
	width : 770;
	left : 0px;
	top : 0px;
	background-image : url(../images/fondocentro.jpg);
}
	
#dvMenu {
	width : 197px;
	background-image : url(../images/fondoMenu.jpg);
}
#dvBody{
	width : 800px;
	background-image : url(../images/fondocentro.jpg);
	font-family: 'Century Gothic', Verdana, Tahoma, Arial; 
	font-size: 9pt;
	height : 100%;

}
#dvMenuBotones{
	width : 193px;	
	background-image : url(../images/fondoMenuBotones.jpg);
}
#dvContent{
	height : 100%;
	width : 790px;
	overflow-x: auto;
}

#dvCampanas{
	width : 300px;	
	height : 100%;	
}

#dvNews{
	height : 100%;	
}
#dvTitPagina{	
	font-family: verdana, Tahoma, Arial; 
	color:#ffffff;
	font-size: 13px;
	height : 39px;
	width : 770px;
	position : relative;
	top : 0px;
	left : 0px;
}

#dvTitNoticia{
	background-color : #052f73;
	font-family: 'Century Gothic', verdana, Tahoma, Arial; 
	color:#ffffff;
	font-size: 13px;
	height : 39px;
	width : 600px;
	position : relative;
	top : 0px;
	left : 0px;
}
#dvLogin {
	background-image: url(../images/fondoLogin.jpg);
	height : 245px;
	width : 300px;
	position : absolute;
	top : 75px;
	left : 203px;
}

#dvTitCuerpo{
	background-color : #5789b3;
	font-family: Segobook, Verdana, 'Century Gothic', Tahoma, Arial; 
	color:#ffffff;
	font-size: 10pt;
	height : 39px;
	width : 430px;
	position : relative;
	top : 0px;
	left : 0px;
}
#dvDatosLogin{
	position : relative;
	bottom : 3px;
	right : 5px;
}
.fotografiausuario{
	border: #000000 1px solid;
}

