@charset "UTF-8";
/* CSS Document */

/* RESET
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;

}
:focus { outline: 0;}
ul { list-style: none;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

/* ETIQUETAS 
--------------------------------------------------------------------------------------- */


body
{

font-family: Arial, Helvetica, sans-serif;
padding:0;
font-size:12px;
margin:0 auto;
color: #000;

background-color: #e5e5e5;
}



a{
color:#036;
text-decoration: none;
}


a:hover{
color:#a8549b;
}


h1{

padding: 0px 10px 0px 10px;
text-align:left;
font-weight: bold;

}



h2{
color:#844b75;
font-weight:normal;
margin: 0px 0px 5px 0px;
padding: 0;
clear:both;
width: 98%;
border-bottom: 1px solid #dbc0d4;
}

h3{
color:#256c89;
font-weight:normal;
padding:15px 0 5px 20px;
margin:0px;
float:left;
clear:both;
}



h4{
color:#4d0862;
font-weight:bold;
line-height: 30px;
clear:both;
margin: 5px 0 5px 0;
}


h5{
color:#036;
font-weight:bold;
padding:0px 0 15px 0;
margin:0px;
clear:both;
}



h6{
color:#fff;
font-weight:bold;
padding:0px 0 15px 0;
margin:0px;
clear:both;

}



table{
	margin: 0 auto;
	


}



table p{
	padding: 20px;
	


}

table, td, tr{
	background-color: #fff;
	


}







/* CLASS PARA ETIQUETAS	 
--------------------------------------------------------------------------------------- */


.clear{
clear:both;
}

.clear_padd{
clear:both;
height: 10px;
}

.clear_login{
clear:both;
height: 30px;
}

.clear_login2{
clear:both;
height: 20px;
}


fieldset.principal {
	width: 95%;
	height: 42px;
	float: left;display: block;
position: relative;
margin-bottom: 30px;
text-align: left;
border: 1px solid #dbc0d4;
padding-top:10px;

}
	
a.forgot_pass{
float:right;
color:#256c89;
text-decoration:none;
padding:0 0 0 18px;
display:block;
margin:15px 20px 0 0;
}


a:hover.forgot_pass{

color: #F6F;

}



/* ESTRUCTURA PPAL
--------------------------------------------------------------------------------------- */

#main_container{
margin:0 auto ;
width:900px;
padding:0px 0 30px 0;
background-color: #fff;
border: 1px solid #d8d8d8;

}





.header{
width:900px;
height:130px;
background-color: #fff;


}
.header_login{
width:600px;
margin:auto;
}
.logo{
float:left;
padding:35px 0 0 0;
}

.right_header{
width:600px;
float:right;
text-align:right;
color:#FFFFFF;
margin-top: 20px;

}
.right_header a{
margin:0 5px 0 5px;
text-decoration:underline;
color:#FFFFFF;
}

.nombre_apellido {
	width:280px;
float:left;
text-align:left;
color: #F9F;
margin: 15px 0 0 15px;
font-style: italic;
font-weight: bold;

}



.right_header a:hover{

color: #F6F;
}



.right_header a.messages{
background:url(images/comment.png) no-repeat right;
padding-right:20px;
}
.right_header a.logout{
background:url(images/user_logout.png) no-repeat right;
padding-right:20px;
}









.right_ayuda{

float:left;

margin-right: 20px;
width: 96%;
border-bottom: 1px dotted #4d0862;

}
.right_ayuda a{
margin-left: 5px;
color:#4d0862;
line-height: 25px;
}
.right_ayuda a:hover{

color: #09F;
}








/* menu superior 
--------------------------------------------------------------------------------------- */




.nav {
	height: 30px;
	
	background-image: url(../imagenes/logo_bottom.png);
	background-repeat: no-repeat;
	float: left;
}

nav ul, nav ol {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.nav_item_work {
    border-bottom: 3px solid #904fb8;
}
.nav_item_about {
    border-bottom: 3px solid #FBB82D;
}
.nav_item_what {
    border-bottom: 3px solid #70B90D;
}
.nav_item_blog {
    border-bottom: 3px solid #17A7DD;
}
.nav_item_work:hover, body.workpage .nav_item_work {
    border-bottom: 6px solid #904fb8;
    color: #904fb8;
}
.nav_item_about:hover, body.aboutpage .nav_item_about {
    border-bottom: 6px solid #FBB82D;
    color: #FBB82D;
}

.nav_item_what:hover, body.whatpage .nav_item_what {
    border-bottom: 6px solid #70B90D;
    color: #70B90D;
}
.nav_item_blog:hover, body.blogpage .nav_item_blog {
    border-bottom: 6px solid #17A7DD;
    color: #17A7DD;
}



.nav ul {
	display: inline-block;
	float: right;
	padding-left: 600px;
	background-image: url(../imagenes/logo_bottom.png);
	background-repeat: no-repeat;
}
.nav ul li {
    float: left;
}
.nav ul li a {
    -moz-transition: all 0.25s ease 0s;
    color: #736D64;
    display: inline-block;
    font-size: 0.7em;
    padding: 1em 0.6em;
    position: relative;
    text-transform: uppercase;
}
.nav a:active {
    top: 2px;

}





form.digg *{
	margin: 0;
	padding: 0;
}
form.digg{
	background-color:#1b5790;
	padding:5px;
	text-align:right;
}
form.digg label{
	display:none;
}
form.digg input{
	font-family:MS Shell Dlg;
	font-size:0.8em;
	vertical-align:top;
}
form.digg input#text{
	background-color:#fff;
	width:226px;
	height:1.4em;
	border:1px solid #fff;
	
	padding:1px 4px;
}
form.digg input#search{
	background-color:#fff;
	background-image:url(digg/images/fondo-boton.png);
	background-repeat:no-repeat;
	
	width:21px;
	height:22px;
	text-indent:-9999px;

	margin:1px 0 0 0;
	border:0;
}
form.digg > input#search{
	margin:0 0 0 0;	
}















/* ESTILOS PAGINAS 
--------------------------------------------------------------------------------------- */




.borde_negro {
    border-top: 3px solid #000;
	    border-bottom: 3px solid #000;


}
.borde_celeste {
    border-top: 3px solid #17A7DD;
	    border-bottom: 3px solid #17A7DD;

}
.borde_nar {
    border-top: 3px solid #FBB82D;    
	border-bottom: 3px solid #FBB82D;

}
.borde_verde {
    border-top: 3px solid #70B90D;
}



.borde_violeta {
    border-top: 3px solid #904fb8;
}




.celeste {
		background-color: #17A7DD;


}
.naranja {
			background-color: #f97205;
			color: #000;

}
.verde {
			background-color: #a2dc54;
			color: #000;

}


.violeta {
			background-color: #b281d0;
			color: #000;

}


/* ESTILOS PAGINAS 
--------------------------------------------------------------------------------------- */



.left_listado{
width:400px;
float:right;
text-align:right;
margin-right: 28px;
color:#844b75;
margin-bottom: 10px;


}

.left_listado a{
margin:0 5px 0 5px;
color:#fff;
background-color: #844b75;
padding:1px 7px;
}


.left_listado a:hover{
margin:0 5px 0 5px;
color:#844b75;
background-color: #ccc;
}

.nuevo_instrumento{
width:280px;
float:left;
text-align:left;
color:#844b75;

margin-top: 6px;



}

.nuevo_instrumento a{
margin:0 5px 0 5px;
color:#fff;
background-color: #844b75;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

padding:3px 7px;
font-variant: all-caps;
font-weight: bold;
}

.nuevo_instrumento a:hover{
color:#844b75;
background-color: #ccc;

}



.center_paginado{
width:95%;
float:left;
text-align:left;
color:#003366;
margin-bottom: 10px;
border-top: solid 1px #dbc0d4;
padding: 10px 0 10px 0;


}

.center_paginado a{
margin:0 5px 0 5px;
text-decoration:underline;
color:#003366;
}




.main_content{
margin:0 auto;
width:900px;
height:auto;

border-left: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;

background-color: #fff;
}



.form
{
width:820px;

float:left;
clear:both;
margin: 10px 0 15px 0;

}





#fondo_form
{
width:813px;;
padding-left: 20px;
float:left;
clear:both;
background-color: #310b28;
color: #fff;

}



.form ul{
float:left;
}


.form li {display: inline;}





.form a
{
	height:31px; 
padding:5px 10px;

background:url(images/bt_blue_center.gif) repeat-x center;line-height:31px;color:#024a7d; text-shadow:1px 1px #fff;
margin-left: 20px; -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 3px #000000;
-webkit-box-shadow:0px 0px 3px #000000;
box-shadow:0px 0px 3px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/margin-left: 10px;
font-weight: bold;

}


.desactivado
{
	height:31px; 
padding:5px 10px;

background:url(images/bt_gris_center.gif) repeat-x center;line-height:31px;color:#9f9f9f; text-shadow:1px 1px #fff;
margin-left: 20px; -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 3px #ccc;
-webkit-box-shadow:0px 0px 3px #ccc;
box-shadow:0px 0px 3px #ccc;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/margin-left: 10px;}








.formBuscar{
	margin-left:110px;
	font-weight: bold;}
	
	
	
	.formBuscar2{
	margin-left:20px;}
	
	
	.formBuscarFiltro{
		float: right;
		margin-right: 20px;}

.form a:hover
{
	height:31px; 
padding:5px 10px;

background:url(images/bt_green_center.gif) repeat-x center;line-height:31px;color:#024a7d; text-shadow:1px 1px #fff;
margin-left: 10px; }



.form select{
	margin-left: 50px;}





.center_content{
clear:both;

}

.left_content{
width:195px;
float:left;
padding:20px 0 0 20px;
}
.right_content{
width:860px;
float:left;
padding:10px 0 0 30px;
}


.right_content h2{
		font-size:14px;		padding: 0px;
font-weight:normal;
clear:both;
width:640px;
border-bottom: 1px solid #4d0862;
color:#4d0862;
}




.right_content_botonera2{
width:640px;
float:left;
margin-top: 20px;
margin-left: 15px;
font-size: 11px;
}








.right_content_botonera{
width:640px;
float:left;
margin-top: 20px;
margin-left: 15px;
font-size: 11px;
background-color: #fff;
}













.right_content_botonera li a{
	width:620px;
	float:left;
	clear: both;
	text-decoration: none;
	background-image: url(../imagenes/flechita.gif);
	background-repeat: no-repeat;
	color: #000;
	padding-left: 20px;
	padding-bottom: 5px;
		padding-top: 5px;

	border-bottom: 1px solid #999;
	font-size: 11px;


}




.right_content_botonera .acrobat li a{
	width:620px;
	float:left;
	clear: both;
	text-decoration: none;
	background-image: url(../imagenes/acrobat_ch.gif);
	background-repeat: no-repeat;
	color: #000;
	padding-left: 20px;
	
	
	
	border-bottom: 1px solid #999;
	font-size: 11px;

}




.right_content_botonera .apendice li a{
	width:620px;
	float:left;
	clear: both;
	text-decoration: none;
	background-image: url(../imagenes/acrobat_ch.gif);
	background-repeat: no-repeat;
	color: #000;
	padding-left: 20px;
	border: none;
	
	
	
	font-size: 11px;

}






.linea{
	width:620px;
	float:left;
	clear: both;
	text-decoration: none;

	padding-left: 20px;
	
	
	
	border-bottom: 1px solid #999;
	

}


.right_content_botonera p{
	width:20px;
	float:left;
	line-height: 0px;
	font-weight: bold;


}









.right_content_botonera li a:hover{
	
	text-decoration: none;
	color: #666;
	
}





.right_content_inside_mitad{
width:300px;
float:left;
margin-left: 15px;
font-size: 11px;
background-color: #fff;
}






.right_content_inside_mitad .sin_enlace{
	width:290px;
	float:left;
	clear: both;
	text-decoration: none;
	padding-left: 20px;

	border-bottom: 1px solid #999;
	font-size: 11px;


}






.right_content_inside_mitad li a{
	width:290px;
	float:left;
	clear: both;
	text-decoration: none;
	background-image: url(../imagenes/flechita.gif);
	background-repeat: no-repeat;
	color: #000;
	padding-left: 20px;


	border-bottom: 1px solid #999;
	font-size: 11px;


}




.right_content_inside_mitad .acrobat li a{
	width:290px;
	float:left;
	clear: both;
	text-decoration: none;
	background-image: url(../imagenes/acrobat_ch.gif);
	background-repeat: no-repeat;
	color: #000;
	padding-left: 20px;
	
	
	
	border-bottom: 1px solid #999;
	font-size: 11px;

}




.right_content_inside_mitad h5{
	width:290px;
	float:left;
	clear: both;
	text-decoration: none;
	color: #70B90D;
		border-bottom: 1px solid #70B90D;

	padding-left: 20px;
	padding-top: 5px;
	
	
	
	font-size: 11px;
	font-weight: bold;

}




.right_content_inside_mitad h6{
	width:295px;
	float:left;
	clear: both;
	text-decoration: none;
	color:#854da7;
		border-bottom: 1px solid #854da7;

	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 10px;
	
	
	
	font-size: 11px;
	font-weight: bold;

}






.grupos {
		margin: 0px;
		padding: 0px;
font-weight:normal;
clear:both;
width: 100%;
height: 20px;
color:#4d0862;
border-bottom: 1px solid #000;
margin-bottom: 10px;}




.celda {
		margin: 0px;
		padding: 0px;
font-weight:normal;
clear:both;
width: 100%;
min-height: 30px;
color:#4d0862;
border-bottom: 1px solid #999;
margin-bottom: 10px;

}
.columna_margen_xs{
	
		width:75px;
	float:left;
	font-weight: bold;
	padding-left: 20px;
	color: #000;



}

.columna_margen{
	
	float:right;
	
	text-decoration: none;
	color: #000;
	display: block;
	width: 550px;



}




.columna_margen2{
	
	float:left;
	
	text-decoration: none;
	color: #000;
	display: block;
	width: 245px;
	
font-size: 11px;


}



.columna_margen2 a{
	width: 265px;
	float:left;
		padding-top: 2px;

	padding-left: 18px;
	min-height: 40px;
	text-decoration: none;
	background-image: url(../imagenes/flechita.gif);
	background-repeat: no-repeat;
	color: #000;
	border: none;
	

	font-size: 11px;


}



.columna_margen2 a:hover{
color:#a8549b;


}




.columna_margen3{
	
	float:right;
	
	text-decoration: none;
	color: #000;
	display: block;
	width: 265px;
	font-size: 11px;



}



.right_content_botonera2 h3{
width:630px;
float:left;
padding:10px 0 10px 10px;
background-color: #f4c273;



color: #000;
font-size: 12px;


}




.right_content_botonera h2{
width:630px;
float:left;
padding:10px 0 10px 10px;
background-color: #ffffcc;



color: #000;
font-size: 12px;
margin: 0;


}


.right_content_botonera2 h2{
width:630px;
float:left;
padding:10px 0 10px 10px;
background-color: #ffffcc;



color: #000;
font-size: 12px;
margin: 0;


}



.right_content_botonera h3{
width:630px;
float:left;
padding:10px 0 10px 10px;
background-color: #9CF;
color: #000;
font-size: 14px;
clear: both;

}


.right_content_botonera h4{
width:633px;
float:left;
padding:5px 0 5px 10px;
font-size: 11px;
clear: both;
text-transform: capitalize;
line-height: 13px;
margin-bottom: 10px;
color: #FFF;

}


.empresa {
width:630px;
float:left;
padding:10px 0 10px 10px;
background-color: #CECBCE;
color: #000;
font-size: 12px;
clear: both;
margin-bottom: 10px;

}



.empresa li{
	text-decoration: none;
	list-style: none;

}

.empresa li .etiquetas{
	width: 150px;
	display: block;

}




.right_content_botonera p{
	padding: 10px 30px 0 10px;}


.right_content_botonera a:hover{
	text-decoration: underline;
	 }





.right_content_tercio{
width:270px;
float:left;
margin-right: 10px;
}






/* FOOTER*/



#confirmar {
	width: 400px;
	height: 400px;
	overflow: hidden;
	padding: 40px;
	float: left;
	color: #FFF;
	
	
	display: block;

	
	
}



#confirmar p{
	font-size: 12px;
	padding:20px 0 20px 0;
	line-height: 16px;
	width: 85%;

	
	
}



/* FOOTER
--------------------------------------------------------------------------------------- */


.footer{
	width:900px;
	height:57px;
	margin: 20px auto;
	color:#000;
	font-size:11px;
	text-align:center;
	background-color: #FFF;
	float: left;
	background-image: url(../imagenes/fondo_footer.png);
	background-repeat: repeat-x;
	padding-top: 20px;
}

.footer a{color:#06F;text-decoration:none;}
.footer a:hover{color: #06F;text-decoration: underline;}


/* MENU SUPERIOR
--------------------------------------------------------------------------------------- */
.menu {font-size:13px;padding:0px 10px 0 10px; float:left; width:600px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:34px;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:34px;line-height:34px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%; text-decoration:none;color:#fff;padding:0 21px 0 17px;}
.menu a.current{background:url(images/menu_bg.gif) repeat-x center; font-weight:bold;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#57c0e8; border-bottom:1px #81dafc solid; color:#fff;width:12em;height:100%;line-height:1em;padding:1em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#57c0e8;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#57c0e8;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:url(images/arrow.gif) no-repeat right #309dc7;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:url(images/arrow.gif) no-repeat right #088bb4;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:url(images/menu_bg.gif) repeat-x center;}
.menu :hover > a {color:#fff;background:url(images/menu_bg.gif) repeat-x center;}
/* second */
.menu ul ul a:hover{color:#fff;background:url(images/menu_bg_a.gif) repeat-x center;}
.menu ul ul :hover > a {color:#fff;background:url(images/menu_bg_a.gif) repeat-x center;}
/* third */
.menu ul ul ul a:hover {background:url(images/menu_bg_a.gif) repeat-x center;}
.menu ul ul ul :hover > a {background:url(images/menu_bg_a.gif) repeat-x center;}
/* fourth */
.menu ul ul ul ul a:hover {background:url(images/menu_bg_a.gif) repeat-x center;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0;width:14em; z-index:999;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}






/* MENU LEFT
--------------------------------------------------------------------------------------- */


.sidebarmenu{
margin:0px 0;
padding:0;
width:195px;
font-size: 11px;
}


.sidebarmenu a.menuitem{
	background-color: #fff;
color: #666;
border: 1px solid #ccc;
display: block;
position: relative;
width:185px;
height:31px;
margin:0 ;
line-height:31px;
padding:0px 0 0 10px;
text-decoration: none;
text-transform: uppercase;
		    -moz-transition: all 0.25s ease 0s;

}



.sidebarmenu a.menuitem:hover{
	
	border-top: 3px solid #000;
	height:29px;
	color: #000;





	
	
	}




.sidebarmenu a.menuitem2{
	background-color: #fff;
	border-top: 3px solid #000;
	height:29px;
	color: #000;
	display: block;
position: relative;
width:185px;
margin:0 ;
line-height:31px;
padding:0px 0 0 10px;
text-decoration: none;
text-transform: uppercase;
		    -moz-transition: all 0.25s ease 0s;

}




input.search_input{
width:155px;
height:16px;
margin:5px 0 0 5px;
border:1px #bdebfd solid;
background:#92dbf8;
padding:4px 0 0 2px;
float:left;
color:#096184;
font-size:11px;

}
input.search_submit{
float:left;
background:none;
border:none;
margin:7px 0 0 8px;
}





.right_content_inside_mitad li{
	height:38px;
	clear: both;
	
	}





/* TABAL
--------------------------------------------------------------------------------------- */


#rounded-corner
{
margin:0px;
width:840px;
text-align: left;
border-collapse: collapse;
color: #333;
}
#rounded-corner thead th.rounded-company
{
width:26px;
background: #dbc0d4 url('images/left.jpg') left top no-repeat;
}
#rounded-corner thead th.rounded-q4
{
background: #dbc0d4 url('images/right.jpg') right top no-repeat;
}
#rounded-corner th
{
padding: 8px;
font-weight: normal;
font-size: 13px;
color: #844b75;
background: #dbc0d4;
}


#rounded-corner th a
{
padding: 8px;
font-weight: normal;
font-size: 13px;
color: #844b75;
background: #dbc0d4;
}



#rounded-corner th a:hover
{
	text-decoration: underline;
}





#rounded-corner td
{
padding: 8px;
background: #fff0fb;
border-top: 1px solid #fff;
color: #333;

}
#rounded-corner tfoot td.rounded-foot-left
{
background: #dbc0d4 url('images/botleft.jpg') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
background: #dbc0d4 url('images/botright.jpg') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
background: #f3d8ec;
}



/* BOTONERA ESTILO ENLACES
--------------------------------------------------------------------------------------- */

.question {
position: absolute;
display: inline;
text-align: center;
width: 174px;
height: 78px;
font-size: 13px;
line-height: 1.5em;
background: url('images/bubble.png') left top no-repeat;
padding: 10px 0 0 0;
text-shadow: 0px 1px 0px #fff;
margin-left: -7em;
margin-top: -6em;
opacity: 0;
}

.yes{
margin-top: .5em;
margin-right: .5em;
cursor: pointer;
display: inline-block;
width: 63px;
height: 21px;
color: #434d17;
text-shadow: 0px 1px 0px #fff;
background: url('images/buttony.png') left top no-repeat;
}
.cancel {
margin-top: .5em;
margin-right: .5em;
cursor: pointer;
display: inline-block;
width: 63px;
height: 21px;
color: #fff;
text-shadow: 0px 1px 0px #000;
background: url('images/buttonn.png') left top no-repeat;
}







 

/* PAGINADO
--------------------------------------------------------------------------------------- */
div.pagination {
width:830px;
clear:both;
padding:10px 0 10px 0;
margin:0px;
text-align:center;
float:left;
clear:both;
font-size:11px;

}

div.pagination a {

padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #320b28;
text-decoration: none; 
color: #320b28a;
}
div.pagination a:hover, div.pagination a:active {
border:1px solid #f3d8ec;
color: #fff;
background-color: #320b28;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3d8ec;
font-weight: bold;
background-color: #320b28;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3f3f3;
color: #320b28;
}
div.pagination h1 {
	width: 98%;
background-color: #320b28;
color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	
	clear: both;
	padding: 10px;
	text-align: left;
}


/* ESTILO COLORES RESULTADO INSTRUEMTOS
--------------------------------------------------------------------------------------- */


div.codigo_colores {
width:830px;
clear:both;
padding:5px 0 5px 0;
margin:0px;
text-align:center;
float:left;
clear:both;
font-size:11px;

}


div.codigo_colores span.tematica {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3d8ec;
font-weight: bold;
background-color: #5b8ebd;
color: #FFF;
}


div.codigo_colores span.mecanismos {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3d8ec;
font-weight: bold;
background-color: #399f87;
color: #FFF;
}


div.codigo_colores span.sectores {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3d8ec;
font-weight: bold;
background-color: #996d9e;
color: #FFF;
}

div.codigo_colores span.provincia {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3d8ec;
font-weight: bold;
background-color: #b6c52c;
color: #FFF;
}

div.codigo_colores span.beneficios {
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #f3d8ec;
font-weight: bold;
background-color: #ad3439;
color: #FFF;
}

div.codigo_colores h1 {
	width: 98%;
background-color: #666;
color: #FFF;
	font-size: 12px;
	font-weight: bold;
	
	clear: both;
	padding: 5px;
	text-align: left;
}




.vb_negro11{
	padding: 10px;
}





#destacado a {
background: rgb(222,239,255); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(222,239,255,1) 0%, rgba(152,190,222,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,239,255,1)), color-stop(100%,rgba(152,190,222,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(222,239,255,1) 0%,rgba(152,190,222,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */







    background-clip: padding-box;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 5px #000000;
	
	color: #06C;
    


    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 136px;
    line-height: 45px;
    margin: 25px ;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 239px;
}




#destacado a:hover {







background: rgb(226,226,226); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */


}






/* form
--------------------------------------------------------------------------------------- */


.form-group{display:inline-block;vertical-align:middle; margin:15px; clear: both; width: 90%;}







