/* Estilos Diseņo */
#main{
	width:100%;
	height:100%;
	margin: 0 auto;
}
#tabla{
	width:900px;
	height:100%;
	background-color:#EFFFFFF;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;
	text-align:center;
	margin: 0 auto;
	margin-top:4px;
}
#header{
	width:900px;
	height:200px;
}
#menu{
	width:900px;
	height:50px;
	background-color:#FFFFFF;
}
#miga{
	width:880px;
	margin-left:10px;
	margin-right:10px;
}
#contenido{
	width:900px;
	height:auto;
	vertical-align:top;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;
}
#espacioDestacados{
	width:900px;
	float:left;
	padding-bottom:20px;
	margin:0 auto;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;	
}
#destacado{
	width:290px;
	background-color:#FFFFFF;
	float:left;
	margin-top:0px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	border-color:#CCCCCC;
	border-style:solid;
}
#destacadoSelected{
	width:290px;
	background-color:#dddddd;
	float:left;
	margin-top:0px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	border-color:#CCCCCC;
	border-style:solid;
}
#formulario{
	text-align:center;
	width:auto;
	margin:0px;
	padding-left:140px;
	padding-right:140px;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;
}
#textoAdmin{
	width:900px;
	float:left;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;	
}
#calendario{
	width:200px;
	float:right;
	text-align:center;
	font-size:10px;
}
#formInterno{
	width:900px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;
	float:left;
}
#separacion{
	text-align:center;
	width:900px;
	height:10px;
	float:left;
	margin:0px;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;	
}
#menuInf{
	width:900px;
	float:left;
	font-size:10px;
	background-image:url(../img/bg_mid.jpg);	
	color:#000000;
}
#pie{
	width:900px;
	height:140px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-image:url(../img/bg_pie.jpg);
	background-position:center;
}
#info{
	width:900px;
	padding-top:2px;
	padding-bottom:4px;
	float:left;
	background-image:url(../img/bg_info.jpg);
	background-color:#000000;
	margin-top: 0px;
}
#textoResultado {
	width:900px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	text-align:center;
	margin-top:0px;
	/*margin-left:40px;*/
	margin-right:40px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	background-image:url(../img/bg_mid.jpg);
	background-repeat:repeat-y;	
}
