/*
 * style.css
 * Contiene los estilos generales del site
 *
 * @package Espai Plantilla Horizontal
 * @subpackage css
 * @author Oscar Iglesias Lopez
 */
 

/*#### GENERAL - inicio ####*/ 
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* {margin:0; padding:0;}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img{ border:none; }


p{
  font-size: 12px;
  margin: 5px 0 0 0;
  text-align: justify;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}

a{ 
  color: #333;												/*### _COLOR4_ ###*/
  outline: 0; 
  text-decoration: none;
  font-weight: bold;
}

a:hover{
  color:#fff;											/*### _COLOR5_ ###*/
}

a.activo{
  color:#fff;											/*### _COLOR5B_ ###*/
}

a.enlace2{
	color:#FFF;
}

a.enlace2:hover{
	color:#cf003d;
}

h1, h2{
 	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-weight:normal;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #fff;											/*### _COLOR??_  (No está en la BBDD) ###*/
}

h3{
 	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-weight:normal;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;		
	text-transform: uppercase;
}

ul{
  font-size: 11px;
  font-weight: normal;
}

li{
  list-style-type: none;
  margin-bottom: 5px;
}

.form{
	background-color: #cf003d;	
}

body{
  	background-color: #333333;
	width:100%;
	margin:0 !important;
	padding:0 !important;
	font-family: Tahoma,Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}

#contentPral{
  	position: absolute;
  	width:980px;
	height:572px;
  	top: 50%;
  	left: 50%;   	
	margin-top: -285px;
	margin-left: -490px;
	padding:0;
}
/*#### GENERAL - fin ####*/



/*#### ENCABEZADO - fin ####*/

/*#### CONTENIDO - inicio ####*/

    /*#### HOME - inicio ####*/
	#inicio{
      width: 980px;
      height: 400px;
      margin: 0;
      font-family: Tahoma,Verdana,Serif,Arial;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
    }
	
	#inicio p{
		font-size: 12px;
		font-weight: bold;
		text-align:center;	
	}
	
	#inicio a{
		color: #ffffff;		
		font-size: 15px;
	}
	
	#inicio a:hover{
		color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
	}

	#inicio a.activo{
		color: #cf003d;										/*### _COLOR??_  (No está en la BBDD) ###*/
	}	

	#inicio #izq{
		padding-top: 25px;
		width: 480px;
		float:left;
		height: 375px;
		border-right: 2px solid #fff;
		text-align:center;
	}
	
	#inicio #izq a:hover{
		color: #4f96f0;
	}
	
	#inicio #der{
		padding-top: 25px;
		width: 470px;
		float:left;
		height: 375px;
		text-align: center;
	}	
	
	#inicio #der a:hover{
		color: #cf003d;
	}
	
	


/*#### CONTENIDO - fin ####*/



