
div#contenido1 {
	position: relative; 
	width: 900px;  
	margin: auto; 
	height: 60px;
	margin-top:20px;
	height: auto;
	padding: 0px;
	background-color: rgb(255,255,255);
	border-spacing:2px;
    border-radius: 5px;
    -moz-border-radius: 5px;	
}


h1.tituloTexto{
	font-family: 'Open Sans', sans-serif;
	font: 1.0em Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align:middle;
	color:white;
	margin:0px;
	border: 0px solid white; 
	width:auto;
	height: 40px;
	border-spacing: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;	
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;   
	max-width:860px; 	
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;	
    display: table-cell;
    vertical-align: middle;
}
	
h2.tituloGrande{
	margin-top:0px;
	margin-left:20px;
	font-family: 'Open Sans', sans-serif;
	font: 1.0em Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}


div.subcontenidosTitulo{
	display: table;
	margin:0px;
	width:30%;
	background-color:rgb(116,113,114);
	text-align: center;
	border-spacing:0px;
    border-radius: 5px;
    -moz-border-radius: 5px;	
    position:relative;
    float:left;	
    border:0px;
	border-top-left-radius:5px;
	border-top-right-radius:0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 5px;    
    }

div.subcontenidos{
	margin:0px;
	width:100%;
	text-align: left;
	border-spacing:0px;
    border-radius: 5px;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
    -moz-border-radius: 5px;
    font-size: 1.0em;	
    font-weight: normal;
    max-width:900px;	  
    position:relative;
    float:right;	
}

		
div.subcontenidosTexto{
	z-index:100px;
	position:absolute;
	right:0px;
	width:300px;
	height:100px;
	padding:10px;
	color:white;
	border-spacing:2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	background-color:rgb(116, 113, 114);
	opacity:0.8;    	
}

