.header-w section#title {
	display:block;
	float:right;
	text-align:right;
	color:#FFF;
}
.header-w section#title h1{
	background-color: #EC008C;
	text-align:right;
	color:#FFF;
	padding:5px 15px;
	font-size:2.5em;
	font-family: 'Oswald', sans-serif;
	margin:20px 0px 0px 0px;
	font-weight:500;
	background-image:url(../images/tipo_documento.png);
	background-repeat:no-repeat;
	background-position:0px center;
	background-size:auto 100%;
	width:330px;
	float:right;
}
.header-w section#title p.complemento{
	font-size:1.7em;
	float:right;
	width:100%;
	display:block;
	color: #662A80;
	padding:0px 15px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	margin-top:10px;
}
.header-w section#title p.complemento span.proceso_text {
	font-size:.68em;
	letter-spacing:.1em;
	margin:0px;
	text-align: right;
	color:#666;
}

/* RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;
  vertical-align: baseline;
  background: transparent;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
:focus {
  outline: 0;
}
 
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BTN IR */
.btn_ir {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
	background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
	background-color:#ff5bb0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:1em;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
	display:block;
	margin:2em auto;
	width:50%;
	max-width:350px;
	text-align:center;
	padding:.8em 0px;
}
.btn_ir:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
	background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
	background-color:#ef027d;
}
.btn_ir:active {
	position:relative;
	top:1px;
}


/* flotante*/
.flotante {
	height: 300%;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 20;
	background-image: url(../images/transparent-bg.png);
	background-repeat: repeat;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:1em;
	font-weight:300;
	text-align:justify;
}
#container #conten .text_conten .debajo {
	position: absolute;
	z-index: 1;
	display: none;
}
.flotante h2 {
	text-align:center;
}
.flotante .center a{
	display:block;
	float:left;
}
#ocultar{
	cursor: pointer;
	margin:0px auto 50px auto;
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	width: 50px;
	height:50px;
	text-align: center;
}
.flotante .texto {
	width:90%;
	margin:0px auto;
}
.flotante ul{
		display:block;
		list-style-position: outside;
    }
.flotante ul li{
		display:block;
		list-style-position: outside;
    }
.flotante ul.sub-indice{
		display:block;
		list-style-position: outside;
		margin-left:2em;
    }
.flotante ul.sub-indice li{
		list-style-type:circle;
    }

ol.lista-romano {
	display:block;
}
ol.lista-romano li{
	list-style-type: upper-roman;
	margin:0px 0px 0px 50px;
	display: list-item;
}
ol.lista-numeros {
	display:block;
}
ol.lista-numeros li{
	list-style-type: decimal;
	margin:0px 0px 0px 50px;
	display: list-item;
}
table {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:.98em;
}
table th{
	background-color: #CB0098;
	color: #fff;
	padding:5px 12px;
	border:solid 1px #FF3399;
}

table tr td{
	padding:5px;
	text-align:justify;
	padding:12px;
	border:solid 1px #FF3399;
}
table tr td.morado{
	background-color:#CCF
}
table tr td.no-border{
	border-bottom:none;
}

/*--BUSCADOR--*/
.buscador {
	display:block;
	font-family: 'Exo 2', sans-serif;
	color: #333;
	height:50px;
	margin:25px 0px 0px 0px;
	width:100%;
}
.buscar {
	width:30px;
	height:30px;
}
label {
	font-size:.8em;
	height:30px;
	display:block;
	margin:0px;
	color:#F39
}

input#box_input {
	display: block;
	width:250px;
	height:30px;
	border-top:solid 2px #999;
	border-left:solid 2px #999;
	border-bottom:solid 2px #999;
	border-right:none;
	float:left;
	background-color: #E1E1E1;
	padding:5px;
	font-style:italic;
	font-weight:bold;
}


#contenido_1
		{
			width:100%;
			position:relative;
		}
		#overlay
		{
			width:60%;
			margin:0px 20%;
			text-align:justify;
			background-image: url(../images/transparent-bg.png);
			background-repeat:repeat;
			position:absolute;
			top:100px;
			display:none;
			color:#fff;
			font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
			font-size:.8em;
			padding: 20px;
			font-weight:300;
		}
		
#contenido3
		{
			width:100%;
		}
		#overlay2
		{
			width:80%;
			height:auto;
			margin:0px 10%;
			text-align: justify;
			background-image: url(../images/transparent-bg.png);
			background-repeat:repeat;
			position:absolute;
			top:100px;
			display:none;
			color:#fff;
			font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
			font-size:.8em;
			padding: 20px;
			font-weight:300;
		}
.aceptar {
	background-color: #E5007E;
	border:none;
	display:block;
	padding:10px 10px 10px 10px;
	color:#FFF;
	cursor:pointer;
	font-size:1em;
	width:80px;
	position:absolute;
	top:20px;
	right:20px;
	z-index:10000;
} 
.aceptar:hover {
	background-color: #FF6159;
} 

.boxs {
	display:block;
	width:50%;
	float:left;
	margin-bottom:25px;
}
.boxs a{
	color: #F36;
	text-decoration:underline;
}
.boxs a:hover{
	color: #C10D72;
	text-decoration:none;
}
a.link-text {
	display:block;
	float:left;
	width:100%;
	color: #F36;
	text-decoration:underline;
	margin-bottom:50px;
}
a.link-text:hover {
	color: #C10D72;
	text-decoration:none;
}




ul#tabs_boxis {
    list-style: none;
    padding: 0;
    margin: 0;
	width:100%;
	display:block;
	
}
ul#tabs_boxis li {
    display: block;
    margin: 0 10px 0 0;
	float:left;
	background-color:#f7f7f7;
	width:200px;
	
}
ul#tabs_boxis li a {
    display:block;
    text-align:center;
    text-decoration:none;
    color:#888;
    padding:20px 10px;
    background:#f7f7f7;
	padding: 5px 5px 0px 5px;
}
section.tabgroup {
	border-top: 1px solid #888;
}
ul#tabs_boxis .active {
      background: #666;
	  color:#FFF;
	  }
.sup-indice {
	font-size:.7em;
	position:relative;
	top:-5px;
}

/******************/
#contenido {
	display:block;
	width: 78%;
	min-height:600px;
	height:auto;
	margin:0px auto;
	font-family: 'Exo', sans-serif;
	
}


ul.encuestas-se {
	display:block;
	width:93%;
	
}
ul.encuestas-se li{
	display:block;
	list-style:none;
	float:left;
	margin:1%;
	padding:2%;
	height:140px;
	width:45%;
	border: solid 1px #609;
    
}
ul.encuestas-se li a{
	display:block;
	margin:0px auto;
	text-align:center;
	vertical-align: middle;
	
	
}