
/******************************************************************
css_fview_qfill.css

PROYECTO: 	proy.evalcalidad.cprsmurcia
CREATE: 	2007-03-10
LAST_MOD: 	2007-04-10	dep_disenno (a.j.s)

(c) NetCentros WebSystems SL, 
http://www.netcentroseduca.net
*******************************************************************/


/* PAGE LAYOUT FVIEW QFILL*/

#top{
	margin: 0px auto;
	padding:0px;
	width:800px;
	height:2px;
	background: url(../img/content_outer_lightgreen.gif) center repeat-y;
	font-size:1px;
}

#header_container{
	width:100%;
	height:100px;
	background-color:#50791B;
}
#header{
	margin:auto;
	width:740px;
	padding: 0px 30px;
	height:100px;
	background-image:url(../img/header_outer.gif);
}

#logo_consejeria{
	position:relative;
	top:10px;
	float:right;
	width:250px;
	height:80px;
	background-image:url(../img/logo_consejeria.gif);
	background-repeat:no-repeat;
}

#titulo{
	margin-top:60px;
}

#content_container{
	margin:auto;
	width:800px;
	background: url(../img/content_outer_lightgreen.gif) center repeat-y;
	min-height:400px;
}

#content{
	position:relative;
	margin-left:20px;
	margin-right:20px;
	padding: 20px 10px;
	background-color:#E6F3D4;
	background: url(../img/escudo_difuminado.gif) left bottom no-repeat;
	min-height:400px;
}

#pie_container{
	margin:auto;
	width:800px;
	/*background: url(../img/content_outer_lightgreen.gif) center repeat-y;*/
	padding-bottom:1px;
	
}
#pie{
	margin:auto;
	width:764px;
	/*background-color:#BFD0A6;*/
	border-top:solid 3px #446516;
	font-size:11px;
	text-align:center;
	color:#336600;
}


/* TIPOGRAFIA AND COLORS (header/pie) */

#header{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}
.titulo_cpr{
	padding-top:40px;
	font-size:16px;
	color:#C6ED92;
}
.titulo_cuestionario{

}
.email_sugerencias{
	color:#D3E7CF;
}


