/*
Theme Name: fctheme
Theme URI: http://www.carrero.es
Description: Diseño estandar de 3 columnas para Wordpress.
Author: <a href="http://ferca.com">Ferca Network</a>
Author URI: http://www.ferca.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 11px Arial, Sans-Serif;
	background: #f60022;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #b60506;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

body p {
	padding: 5px 0px;
	margin: 5px 0px;
}

#page {
	width: 940px;
	margin: 0px auto;
	background: #FFF url('images/page_background.gif') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 940px;
	height:171px;
	background: #FFF url('images/header_footer_img.gif') top center no-repeat;
	float:left;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family:  Arial, sans-serif;
}


#header #header_right {
	float:left;
	width: 354px;
	font-size: 1.2em;
	color: #457cb1;
	padding: 106px 16px 0 0;
	text-align:left;
	
	
}

#header #header_left {
	float:left;
	width: 570px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;

}
.description {
	font: normal normal 13px  Arial, sans-serif;
	color: #333333;
}
.titulo_logo {
	font: normal normal 28px  Arial, sans-serif;
	color: #265d91;
	text-transform:uppercase;
	letter-spacing:-1px;
}

#logo {
	text-align: left;
	float:left;
	width: 550px;
	padding-top:20px;
	padding-left:20px;
}

#subscribe {
	text-align: left;
	float:left;
	width: 513px;
	padding-left:15px;
	padding-top:14px;
	color:#FFFFFF;
}


#cuadro_formulario {
	float:right;
	width: 244px;
	height:30px;
	padding-right:6px;
}

#busqueda {
	text-align: left;
	float:right;
	width: 220px;
	padding:42px 6px 0 0;
}

#subscribe a{
	font: normal bold 13px  Arial, sans-serif;
	color: #457cb1;
	text-decoration:none;
}

#wrapper {
	width: 100%;
}


#content {
	float: left;
	width: 490px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
}

#footer {
	float:left;
	color: #fff;
	width: 100%;
	background: #f60022 url('images/footer_background.gif') top center repeat-y;
    font: normal normal 11px Arial, Helvetica, sans-serif;

}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family:  Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
	line-height: 1.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font: normal normal 24px Arial;
	text-decoration: none;
	letter-spacing:-1px;
	color: #b60506;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.post img { padding: 10px 10px 10px 10px;}


.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #dddddd;
	font: normal 16px Arial;

}

#sidebar .sidebar_right a, a:visited{
	color: #0a5579;
	text-decoration: none;
}
	
#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #bccacf;
	font: bold 16px Arial;
	color: #b60506;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 12px;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #dddddd;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #bccacf;
	 color: #b60506;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 15px 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 15px 10px 0 10px;

}

#sidebar .sidebar_left ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
}

#sidebar .sidebar_left ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul{ 
      padding-left:20px; 
      margin-bottom:0; 
} 
  
#sidebar .sidebar_right ul ul li ul li{ 
      list-style:none; 
      line-height:1.6em; 
      font-size: 1.1em; 
      border-bottom:0; 
	  	color: #b60506;

}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ced9dd;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ced9dd;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ced9dd;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	height:18px;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	width:160px;
	color: #bc146d;
	background-color: #ffffff;
	border: 1px solid #003344;
}
#searchform .boton {
	height:21px;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	width:48px;
	background-color: #003344;

}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: left;
	margin-right: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

/*-------------Nuevos------------------*/

#anuncio_banner_left {
	float:left;
	width: 735px;
	text-align: left;
	padding: 5px 0 0 5px;
	height:90px;
	background-color:#ffffff;

}

#anuncio_banner_right {
	padding-top:0px;
	float:right;
	width: 200px;
	text-align:center;
	height:95px;
	background-color:#ffffff;
}

#anuncios_google_sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	background: #ffffff;
	height:145px;

}

#anuncios_google_sidebar .anuncio_izquierda {
	width: 185px;
	float: left;
	height:125px;
	padding:10px 0 10px 0;
	text-align:center;
}

#anuncios_google_sidebar .anuncio_derecha {
	width: 185px;
	float: right;
	text-align:center;
	padding:10px 0 10px 0;
	height:125px;

}


#separador_sidebar{
	float: left; 
	width: 100%;
	height:10px;
}
/*******************************************************
			   ICONOS / ENLACES RSS
*******************************************************/

#rss{
	float: left;
	width: 180px;
	padding-right:5px;
	
}

#contenido_rss{
	text-align:left;
	float:left;
	width: 100%;
	min-height:20px;
}

#contenido_rss a{
	font: normal normal 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#linea_divisora_sidebar_left{
	float: left; 
	width: 100%;
	height:15px;
}

/*******************************************************
	     FORMULARIO BUSCAR A PIE DE PAGINA
*******************************************************/

#cuadro_busqueda {
	width: 940px;
	float:left;
	height:35px;
}

#relleno_blanco_formulario {
	float:left;
	width: 530px;
	background: #FFFFFF;

}

#buscador_sidebar {
	float: right;
	width: 410px;
	background: #fc4849;
	text-align:right;
}

#texto {
	padding:11px 0 0 10px;
	float: left;
	width: 177px;
	text-align:center;
	font: normal bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;

}
#formulario_sidebar {
	padding-top:7px;
	float: left;
	width: 223px;
	text-align:left;
}

/*******************************************************
	     FORMULARIO BUSCAR A PIE DE PAGINA
*******************************************************/

#enlaces_footer {
	width: 940px;
	float:left;
	height:32px;
	background-color:#f60022;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	padding-top:8px;
}

#enlaces_footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#enlaces_abajo{
	float: left; 
	width: 20%;
	text-align:left;
	display:inline;
}
#enlaces_abajo ul{ 
      padding-left:55px; 
}

#enlaces_abajo ul li{ 
      list-style:none;
	  font: normal normal 11px Arial, Helvetica, sans-serif;
	  text-transform:capitalize;
      border-bottom:0; 
} 

