
/* Estilos */

body{
	background-color :#ccc;
	font-family      :"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size        :14px;
	line-height      :1.42857143;
	color            :#333;
	margin           :0;
}



.color_1{
	color:#fff;
}
.color_2{
	color:#B683AC;
}
.color_3{
	color:#7B7273;
}
.cuadro{
	margin           :10%;
	background-color :#FFF;
	border           :3px solid rgba(0,54,168,.41);
	border-radius    :10px;
}
.seccion_titulo{
	background-color :#950054;
	text-align       :center;
}
.seccion_titulo h1{
	padding-top:10px;
}
.seccion_titulo h2{
	padding-bottom :10px;
	margin-top     :0;
}
.logoINE{
	width:150px;
}
.seccion_Cuerpo{
	margin-top   :5%;
	margin-right :0;
	margin-left  :0;
}
.icono_funte{
	margin-top :20px;
	text-align :center;
	font-size  :120px;
}
.cuerpo_Aviso{
	font-size   :16px;
	color       :#371921;
	font-weight :700;
}
.cuerpo_Aviso p{
	margin-top:20px;
}
.seccion_LogoINE{
	margin-top    :40px;
	margin-bottom :40px;
	text-align    :center;
}
.seccion_LogoINE img{
	width:150px;
}
.datos p{
	font-size:14px;
}
.cuadroLogin{
	background-color :#FFF;
	margin-top       :10%;
	margin-bottom    :10%;
	border           :3px solid rgba(0,54,168,.41);
	border-radius    :10px;
	min-height       : 450px;
}
.tituloLogo{
	padding-top    :10px;
	padding-bottom :15px;
}
.formulario{
	margin-top    :50px;
	margin-bottom :50px;
}
.botones{
	text-align:right;
}
.botones .btn-default{
	background-color :#D5007F;
	color            :#FFF;
	padding          : 5px 50px;
}
.botones .btn-default:hover{
	background-color :#FFF;
	color            :#D5007F;
	border           :1px solid #D5007F;
}
.margenIzquierdo{
	margin-left:5%;
}
.hover-trans-bg,.hover-trans-bg:hover{
	-moz-transition    :background-color 300ms ease-out;
	-webkit-transition :background-color 300ms ease-out;
	-o-transition      :background-color 300ms ease-out;
}
.hover-trans-bg,.hover-trans-bg:hover{-moz-transition:background-color 300ms ease-out;
	-webkit-transition :background-color 300ms ease-out;
	-o-transition      :background-color 300ms ease-out;
}




/* Genericas */
.compas span{
	font-size  : 43px; 
	text-align : center; 
	color      : #E59CA3;
}
.margenCero{
	margin: 0;
}
.margenSuperior-md{
	margin-top: 50px;
}



/* Contenido */
.error {
  	
}
.error h1 {
  	color: #AC1F53;
}
.error h3 {
	margin-bottom: 20px;
}
.error ul li {
	margin-bottom   : 15px;
	font-size       : 16px;
	list-style-type : square;
}
.fondo-error a {
	margin-left : 50px;
	color       : #AC1F53;
	font-size   : 16px;
}
.margen {
	margin-top    : 20px;
	margin-bottom : 0px;
}
.margen-md{
	margin-top: 5%;
}
.fondo-error {
	background     : #FFF7EC;
}


