/*Sistema de preguntas css*/

.div_titulo{
background:url(images/bloques/bg_divtl.png) repeat-x #056FA3;
margin-top: 4px; margin-left: 4px; margin-right: 4px;
padding: 8px 8px 3px 8px;
height: 19px;
color: #FFF;
text-shadow:0 2px 0 #000;
font-weight:bolder;
border-top: 1px solid #ADAEAD;
border-left: 1px solid #C6C3C6;
border-right: 1px solid #C6C3C6;
border-bottom: 1px solid #FFFFFF;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px; 

}

.div_contenido{
background-color:#E7E7E7;
margin-bottom: 8px; margin-left: 4px; margin-right: 4px;
padding: 8px;
border-left: 1px solid #C6C3C6;
border-right: 1px solid #C6C3C6;
border-bottom: 1px solid #C6C3C6;
font-size: 11px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}

.cuadro_contenido{
background-color:#FFFFFF;
margin: 8px;
padding: 4px;
border: 1px solid #CCCCCC;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}

.cuadro_contenido:hover{
background-color:#A9D0F5;
margin: 8px;
padding: 4px;
border: 1px solid #1c86bc;
cursor:pointer;
}

.lineal{
margin: 8px 0px;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #FFFFFF;
border-left:none; border-right:none;
}

.cuadro_contenido3{
background-color:#FFFFFF;
margin: 8px 8px 0px 8px;
padding: 4px;
border: 1px solid #CCCCCC;
}
.cuadro_contenido3:hover{
background-color:#A9D0F5;
margin: 8px 8px 0px 8px;
padding: 4px;
border: 1px solid #1c86bc;
}

.procoment_men
{
	padding:5px; 
	background:#F2F2F2;
	margin-left:4px;
	margin-right:4px;
	border-top: solid 1px #B5B5B5;
	border-left: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
   font-weight: bold;
   text-align:center;
   -moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}
.procoment_men:hover
{
	padding:5px; 
	margin-left:4px;
	margin-right:4px;
	background-color:#056FA3;
	border-top: solid 1px #393839;
	border-left: solid 1px #393839;
	border-right: solid 1px #393839;
   font-weight: bold;
   text-align:center;
   color:#FFFFFF;
   -moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}

.mensajepost10
{
color:#333333;
background-color:#F7F7F7;
padding:11px;
border:#CECFCE solid 1px;
}

.textarea_profile{
margin: 2px 3px;
padding: 4px ;
border: solid 1px #CCCCCC;
background-color:#FFFFFF;
color: #342D16;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
}

.profile_titulo1 {
border-bottom:1px solid #1C6BC6;
color:#424542;
font-weight:bolder;
height:19px;
margin-left:4px;
margin-right:4px;
margin-top:4px;
padding:8px 8px 3px;
text-shadow:0 1px 0 #FFFFFF;
}

.profile_bloke1 {
background-color:#F7F7F7;
border-bottom:1px solid #C6C3C6;
font-size:11px;
margin-bottom:8px;
margin-left:4px;
margin-right:4px;
padding:8px;
}

.div_titulo2 {
background:url("images/bloques/div_titulo2.png") repeat-x  #318cf6;
border-top: 2px solid #C6C3C6;
border-left: 2px solid #C6C3C6;
border-right: 2px solid #C6C3C6;
border-bottom: 1px solid #C6C3C6;
height: 20px;
margin-top: 4px; margin-left: 4px; margin-right: 4px;
padding: 8px 8px 3px 8px;
width: 160px;
color:#000000;
font-size:12px;
font-weight:bold;
text-align:center;
text-shadow:1px 1px 1px #FFFFFF;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px; 
}

.div_contenido2{
background-color:#E7E7E7;
margin-bottom: 8px; margin-left: 4px; margin-right: 4px;
padding: 8px;
border-top: 1px solid #C6C3C6;
border-left: 2px solid #C6C3C6;
border-right: 2px solid #C6C3C6;
border-bottom: 2px solid #C6C3C6;
font-size: 11px;
width: 160px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;}

.div_titulo1 {
background:url("images/bloques/div_titulo2.png") repeat-x  #318cf6;
border-top: 2px solid #C6C3C6;
border-left: 2px solid #C6C3C6;
border-right: 2px solid #C6C3C6;
border-bottom: 1px solid #C6C3C6;
height: 20px;
margin-top: 4px; margin-left: 4px; margin-right: 4px;
padding: 8px 8px 3px 8px;
width: 340px;
color:#000000;
font-size:12px;
font-weight:bold;
text-align:center;
text-shadow:1px 1px 1px #FFFFFF;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px; 
}

.div_contenido1{
background-color:#E7E7E7;
margin-bottom: 8px; margin-left: 4px; margin-right: 4px;
padding: 8px;
border-top: 1px solid #C6C3C6;
border-left: 2px solid #C6C3C6;
border-right: 2px solid #C6C3C6;
border-bottom: 2px solid #C6C3C6;
word-wrap: break-word; 
font-size: 11px;
width: 340px;
-webkit-border-bottom-left-radius:6px;
-webkit-border-bottom-right-radius:6px;
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;}
