@import url("_texto.css");
@import url("_ovelar.css");
/***************************************************
	Contenedor
***************************************************/

/***************************************************
	Cabecera
***************************************************/

/***************************************************
	Contenido
***************************************************/
		#div_cuerpo {
			border:0px dotted blue;
			margin:0;
			padding:0;
		}
			#div_cuerpo_seccion{
				border:0px dotted red;
				margin:0 15px 30px 0;
				padding:0px;
				width:413px;
				float:left;
			}
				#div_cuerpo_seccion p.txt-gris {
					margin:18px 0 6px 0;
				}
			html>body div#div_cuerpo_foto{overflow:hidden;} 
			* html div#div_cuerpo_foto{height:1%;} 
			#div_cuerpo_foto {
				border:0px dotted blue;
				margin:0;
				padding:0;					
			}						
				#div_cuerpo_foto img {
					border:0px dotted maroon;
					margin:0;
					padding:0;					
					float:right;
				}
	#div_contenedor_cuerpo_abajo {
		border:0px dotted blue;
		clear:both;
		float:none;
		background-color:#fff;
		padding:15px 0 0 0;
	}
		#div_cuerpo_abajo	{
			border:0px dotted red;
		}
			#div_cuerpo_abajo_submenu {
				border:0px dotted red;
				margin:0px 15px 0 0px;
				float:left;
				width:184px;
			}
			#div_cuerpo_abajo_contenido {
				border:0px dotted red;
				margin:0 0 0 199px;
/*				float:left;*/
			}
				.col-izda {
					width:49%;
					float:left;
				}
				.col-dcha {
					width:49%;
					float:left;
				}
			
/***************************************************
	Pie
***************************************************/
