﻿/* Espacio Gris del fondo de los contenidos */
.cont-inside {
height: auto;
}

.cont-inside iframe {
width: 550px;
margin-left: 130px;
}

.cont-inside img {
-moz-border-radius: 15px;
border-radius: 15px;
}

div.cont-inside a:hover,div.cont-inside a.active {
color: #416cbd;
}

.cont-inside h4 {
font-size: 16px;
color: #22395f;
font-weight: bold;
padding: 0 0 14px 0;
}

/* Para los listados de las paginas institucionales */
.cont-inside ul.listados, .verMasContenido ul.listados {
width: 100%;
text-align: left;
}

.cont-inside ul.modernizacion li {
text-transform: lowercase;
}

.cont-inside ul.modernizacion li:FIRST-LETTER {
text-transform: uppercase;
}

.cont-inside ul.listados li, .verMasContenido ul.listados li {
background: url(../images/viejo/bullet-submenu1.png) no-repeat left 5px;
padding: 4px 4px 16px 12px;
}

#educacionWrapper ul.listados li, .cont-inside {
color: #22395f;
}

.round-box {
background: #f6f6f6 url(../images/viejo/bground-box.png) repeat-x left top;
border: 1px solid #d2d2d2;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 2px -2px #000000;
-webkit-box-shadow: 0px 0px 2px -2px #000000;
box-shadow: 0px 0px 2px -2px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
/*IE 7 AND 8 DO NOT SUPPORT SPREAD PROPERTY OF SHADOWS*/
padding: 14px 0;
}

.round-box.izquierda {
padding-left: 14px;
padding-right: 14px;
}

.round-box h5 {
color: #373737;
font-size: 14px;
padding-bottom: 6px;
}

.round-box h6 {
color: #416cbd;
font-size: 14px;
font-weight: bold;
}
/* Contenido Box */
.contenido-box {
margin: 0 auto;
width: 837px;
}

.contenido-box .box-subtitle {
background: url(../images/viejo/bgsubtitlebox.png) repeat-x left top;
height: 30px;
margin: 4px 0 8px 0;
}

.contenido-box .box-subtitle h4 {
/*background: url(../images/bgsubtitlebox-left.png) no-repeat left top;*/
height: 30px;
padding: 8px 0 0 16px;
color: #2e518b;
font-size: 16px;
font-weight:bold;
}

.box-subtitle.subtitleW50 {
background: #EBEBEB; 
height:50px;
}

.contenido-box .box-subtitle.no-decoration h4 {
background: none;
}

.contenido-box .box-subtitle.min-margin {
margin-bottom: 4px;
}
/* Contenido Box */
.contenido-box {
margin: 0 auto;
width: 837px;
}

.contenido-box .box-subtitle {
background: url(../images/viejo/bgsubtitlebox.png) repeat-x left top;
height: 30px;
margin: 4px 0 8px 0;
}

.contenido-box .box-subtitle h4 {
/*background: url(../images/bgsubtitlebox-left.png) no-repeat left top;*/
height: 30px;
padding: 8px 0 0 16px;
color: #2e518b;
font-size: 16px;
font-weight:bold;
}

.box-subtitle.subtitleW50 {
background: #EBEBEB; 
height:50px;
}

.contenido-box .box-subtitle.no-decoration h4 {
background: none;
}

.contenido-box .box-subtitle.min-margin {
margin-bottom: 4px;
}
/*NUEVO ESTILO!!!!!!!!!!!!*/
.cont-inside2 {
padding: 12px;
}
.contenido-box .cont-inside {
/*background: #ebebeb;
padding: 12px;*/
background: none repeat scroll 0 0 #FBFCFD;
    border: 1px solid #D2D3D4;
    border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px; 
-o-border-radius: 6px; 
-ms-border-radius: 6px; 
-khtml-border-radius: 6px;
-moz-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 20px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 20px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 20px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 0 1px #FFFFFF inset, 0 0 20px rgba(0, 0, 0, 0.1) inset;
    padding-left: 7px;
padding-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
line-height:18px;
}
