/*  
Theme Name: RecuperarElPelo
Theme URI: http://www.recuperarelpelo.com
Description: This them emulates the typical newspaper format.
Version: 0.4
Author: AdminX
Author URI: http://www.recuperarelpelo.com
*/

body
{

	background-Color:#eeeeee;
	text-align: center;
}
#siteLogo
{
	width: 620px;
	height: 72px;
	cursor: pointer;
}

#iSliderWrapper
{
	width: 340px;
	height: 218px;
	overflow: hidden;
	margin-left: 3px;
	position: relative; /*This is to fix IE7 scrolling*/

}
#iSlider
{
	position: relative;
}
#iSlider .slide {
	width: 340px;
	height: 218px;
	float: left;
}
#iSlider .slide img {
	display: block;
	width: 340px;
	height: 160px;
	margin-bottom: 8px;
}





#container
{
	overflow:auto;
}

#fullpage
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;

	color: #ff0000; /*debug - para darme cuenta si a algo no le puse color*/
	width:990px;

	border:1px solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E4E4E4;
	border-right-color: #E4E4E4;

	padding-top:6px;
	padding-bottom:2px;

	margin-left: auto;
	margin-right: auto;
}
#header
{
	color:#456a8f;
}
#footer
{
	color:#303030;
	font-size:10px;
	border-top:1px solid #dadada;

}


#controlButtons
{
	padding-bottom:10px;
	text-align:center;
}
#controlButtons	img
{
	cursor:hand;
}
#home_col_1
{
	border-right: 1px solid #dadada;
	margin-right: 15px;
	margin-left: 10px;
	padding-right: 15px;
	width: 340px;
	float: left;
}
#home_col_2
{
	border-right:1px solid #dadada;
	margin-right:15px;
	padding-right:15px;

	width:360px;
	float:left;
}
#home_col_3
{
	margin-right:10px;
}

#single_col_1
{
	border-right: 1px solid #dadada;
	margin-right: 15px;
	margin-left: 10px;
	padding-right: 10px;
	width: 736px;
	float: left;
}
#single_col_2
{
	margin-right:15px;
}


.article
{
	font-family: Arial, sans-serif;
	font-size: 12px;

	color: #333333;

	text-align: justify;
	margin-bottom:18px;

	border-bottom:1px solid #dadada;
	padding:0px 0px 18px 0px;
}
.articlesBox h1, .articlesBox h2
{
	margin:0px; padding:2px 0px 1px 0px; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.article h1, .article h2, .article h3
{
	color:#4387CB;
	font-size: 16px;
}

.article .hideImage
{
	display: none;
}
.article .floatLeft
{
	float:left;
	margin-right:5px;
}
.article .floatRight
{
	float:right;
	margin-left:5px;
}
.article .inline
{
	display:inline;
	margin:5px;
}


.article a
{
	color:#26629c;
	font-weight:bold;
	text-decoration:none;
}
.article a:visited
{
	color:#26629c;
}
.article a:hover, .articleRight a:hover
{
	color:#124679;
	text-decoration:underline;
}


#informacion_basica li
{
	height: 40px;
}
#informacion_basica a
{
	font-size:18px;
}




/* ---------------------------------------------------------*/
/* BoxLatestPosts [START]                                   */
/* ---------------------------------------------------------*/
#BoxLatestPosts /* fieldset element */
{

	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px solid #B6BDC1;
	background-color: #f0e0e5; /* #EEF0F0; verde posible #e4f0e6 */
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
/*
	width: 180px;
	height: 210px;
	overflow: hidden;
*/
}
#BoxLatestPosts div
{
	width: 180px;
	overflow: hidden;
/*	border: solid 1px;*/
}
#BoxLatestPosts legend
{
	padding: 5px 20px;
	font-weight: bold;
	border: 1px solid #B6BDC1;
	color: #eeeeee;
	background-color: #a61e2b;
}

#BoxLatestPosts a
{
	color:#222222;
	text-decoration:none;
	display:block;
	margin-bottom:-5px;
}
#BoxLatestPosts a:visited
{
	color:##222222;
}
#BoxLatestPosts a:hover, .postRight a:hover
{
	color:#444444;
	text-decoration: underline;
}
/* ---------------------------------------------------------*/
/* BoxLatestPosts [END]                                     */
/* ---------------------------------------------------------*/

/* ---------------------------------------------------------*/
/* BoxLatestNews [START]                                   */
/* ---------------------------------------------------------*/
#BoxLatestNews /* fieldset element */
{

	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px solid #B6BDC1;
	background-color: #f0e0e5; /* #EEF0F0; verde posible #e4f0e6 */
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
/*
	width: 180px;
	height: 210px;
	overflow: hidden;
*/
}
#BoxLatestNews div
{
	width: 180px;
	height: 200px;
	overflow: hidden;
/*	border: solid 1px;*/
}
#BoxLatestNews legend
{
	padding: 5px 20px;
	font-weight: bold;
	border: 1px solid #B6BDC1;
	color: #eeeeee;
	background-color: #a61e2b;
}

#BoxLatestNews a
{
	color:#222222;
	text-decoration:none;
	display:block;
	margin-bottom:-5px;
}
#BoxLatestNews a:visited
{
	color:##222222;
}
#BoxLatestNews a:hover, .postRight a:hover
{
	color:#444444;
	text-decoration: underline;
}
/* ---------------------------------------------------------*/
/* BoxLatestNews [END]                                     */
/* ---------------------------------------------------------*/


/* ---------------------------------------------------------*/
/* BoxRelatedLinks [START]                                   */
/* ---------------------------------------------------------*/
#BoxRelatedLinks /* fieldset element */
{

	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px solid #B6BDC1;
	background-color: #f0e0e5; /* #EEF0F0; verde posible #e4f0e6 */
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;

/*
	width: 180px;
	height: 210px;
	overflow: hidden;
*/
}
#BoxRelatedLinks div
{
	width: 180px;
	overflow: hidden;
/*	border: solid 1px;*/
}
#BoxRelatedLinks legend
{
	padding: 5px 20px;
	font-weight: bold;
	border: 1px solid #B6BDC1;
	color: #eeeeee;
	background-color: #a61e2b;
}

#BoxRelatedLinks a
{
	color:#222222;
	text-decoration:none;
	display:block;
	margin-bottom:-5px;
}
#BoxRelatedLinks a:visited
{
	color:##222222;
}
#BoxRelatedLinks a:hover, .postRight a:hover
{
	color:#444444;
	text-decoration: underline;
}
/* ---------------------------------------------------------*/
/* BoxRelatedLinks [END]                                     */
/* ---------------------------------------------------------*/


/* ---------------------------------------------------------*/
/* BoxEnSintesis [START]                                   */
/* ---------------------------------------------------------*/
#BoxEnSintesis /* fieldset element */
{

	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	border: 1px solid #B6BDC1;
	background-color: #f0e0e5; /* #EEF0F0; verde posible #e4f0e6 */
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;

/*
	width: 180px;
	height: 210px;
	overflow: hidden;
*/
}
#BoxEnSintesis div
{
	width: 178px; /*So we don't break FF*/
	overflow: hidden;
/*	border: solid 1px;*/
}
#BoxEnSintesis legend
{
	padding: 5px 20px;
	font-weight: bold;
	border: 1px solid #B6BDC1;
	color: #eeeeee;
	background-color: #a61e2b;
}

#BoxEnSintesis a
{
	color:#222222;
	text-decoration:none;
	display:block;
	margin-bottom:-5px;
}
#BoxEnSintesis a:visited
{
	color:##222222;
}
#BoxEnSintesis a:hover, .postRight a:hover
{
	color:#444444;
	text-decoration: underline;
}
/* ---------------------------------------------------------*/
/* BoxEnSintesis [END]                                     */
/* ---------------------------------------------------------*/



.post
{
	font-family: Arial, sans-serif;
	font-size: 12px;

	color: #333333;

	text-align: justify;
	margin-bottom:18px;

	border-bottom:1px solid #dadada;
	padding:0px 0px 18px 0px;
}

.post img
{
	float:left;
	margin-right:5px;
}
.post h2
{
	margin:0px; padding:2px 0px 1px 0px; font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
.post p
{
	display: inline;
}
.post a
{
	color:#26629c;
	font-weight:bold;
	text-decoration:none;
}
.post a:visited
{
	color:#26629c;
}
.post a:hover, .postRight a:hover
{
	color:#124679;
	text-decoration:underline;
}


/*---------------------------------------------------------------------*/
/*------------------------MainMenu Definitions [START]-----------------*/
.menu-topmenu-container
{
	text-align: left;
	background-color: #1e62a6;
	color:#456a8f;
	width:990px;
	height:20px;

	border:1px solid;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E4E4E4;
	border-right-color: #E4E4E4;

	padding-top:6px;

	margin-left: auto;
	margin-right: auto;
}
.menu-topmenu-container ul
{
	padding: 0;
	margin: 0;
}
.menu-topmenu-container li
{
	height:20px;
	background:url('/wp-content/themes/recuperar/images/separador_menu.gif') bottom right no-repeat;

	list-style-type: none;
	float: left;
	padding-right:16px;
	padding-left:16px;
}
.menu-topmenu-container li+li+li+li+li+li+li{background:none;}


/*The order of (1)link, (2)visited, (3)hover and (4)active should be always like this or the hover may not work at all.*/
.menu-topmenu-container li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eeeeee;
	font-size: 12px;
	text-decoration: none;
}
.menu-topmenu-container li a:link
{
	color: #eeeeee;
}
.menu-topmenu-container li a:visited
{
	color: #eeeeee;
}
.menu-topmenu-container li a:hover
{
	color: #ffffff;
}
.menu-topmenu-container li a:active
{
	color: #eeeeee;
}
