/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


body {
	min-width: 1000px;
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #781204;
}


#content_box {
	width: 1010px;
	background: url('images/bg-mgcontent.gif') repeat-y;
	position:relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 23px;
	padding-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*background-color: #00FF00;*/
}
#header_area {
	background-image: url(images/header_franja_blog_la.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	/*width: 1100px;*/
	/*background: url('images/bg-mgcontent.gif') repeat-y;*/
	background-color: #FFFFFF;
}
#sidebars {
	/*width: 1100px;*/
	/*background: url('images/bg-mgcontent.gif') repeat-y;*/
	background-color: #484848;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.custom h1, .custom h2, .custom h3, .custom h4, .custom h5, .custom h6 {
	margin: 0;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	letter-spacing:0px;
}

.post_box h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 40px;
	color: #930A00;
}



/*---:[ enlaces ]:---*/
/*  .custom a { color: #821F16; text-decoration: none; }   */
.custom a { color: #2255AE; text-decoration: none; }
.custom a:hover { text-decoration: underline; }

/*---:[ cuerpo de los artículos ]:---*/
.post_box { border-top: 0px }

.headline_area img.frame { padding: 0em; border-width: 0.1em; }

img.frame { 
	border-color: #9e9e9e;
}

.custom p {
	margin: 0;
	color: #5F5553;
	font-size: 14px;
	line-height: 1.55em;
	margin-bottom: 1.538em;
}

.pregunta, .idea, .cita {
font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
font-size: 14px;
font-style: italic;
background-repeat: no-repeat;
background-position: left center;
font-weight: bold;
padding: 17px 100px 17px 70px;
text-align: left;
}

.pregunta {
	background-image: url(images/iconosp.gif);
}

.idea {
	background-image: url(images/iconosi.gif);
}

.cita {
	background-image: url(images/iconosc.gif);
}

/*---:[ títulos de los artículos ]:---*/
.custom h1, .custom h2 {
	color: #930A00;
	font-size: 36px;
	line-height: 42px;
	letter-spacing:-1px;
	margin-top: 25px;
}

.custom h2 a, .custom h2 a:hover {
	color: #930A00;
	text-decoration:none;
}

/*---:[ data debajo de los títulos ]:---*/
.headline_area p {
	color: #930A00;
	padding: 0 0 16px 0;
	font-style: normal;
	font-size: 13px;
	letter-spacing:0px;
}

.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: none; letter-spacing:0px; }
.headline_meta a { color: #000; border-bottom: 1px solid #930A00; }
.headline_meta a:hover { color: #370D09; text-decoration: none;}
.format_text a { text-decoration: none; }
.format_text a:hover { text-decoration: underline; }

/*---:[ área debajo del texto del artículo ]:---*/
.format_text .to_comments  {
	float: left;
	clear: both;
	width: 650px;
	margin: 16px 0 40px 0;
	background: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom:12px;
	padding-top:12px;	
	font-size:11px;
}

/*---:[ columna derecha ]:---*/
.sidebar h3 {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight:normal;
	position:relative;
	font-variant: normal;
	text-transform: lowercase;
	top:3px;
	padding: 0 0 10px 0;
}

.custom li.widget ul {
	color: #eff9ff;
	font-size: 13px;
	padding: 0 0 5px 0;
}

.custom li.widget a {
	color: #BEBDBB;
}

.sidebar .text_input { 
	background-color: #bcbcbc;
}


/*---:[ caja de sponsors ]:---*/
.sponsors-box {
margin:0;
padding-left:0px;
padding-top:0px;
position:relative;
text-align:left;
}

.sponsors-box img {
	margin-right: 8px;
	margin-bottom: 8px;
}

/*---:[ caja de suscripción ]:---*/
.subscription-box {
	text-align: right;
	position:relative;
	width: 230px;
	left:0px;
/*	background-color: #f90;  */
/*	background-color: #6D1912;  */
 	background-color: #18376F;
	padding: 10px;
	color: #EAEAEA;
	font-size: 10px;
/*	border: thick solid #9A641B;   */
/*	border: thick solid #49110C;   */
	border: thick solid #0E254D;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
}

.subscription-box p {
	font-size: 14px;
	text-align: left;
	color: #EAEAEA;
}

.subscription-box .inputtext {
/*	background-color: #F0AB3E;    */
	background-color: #bcbcbc;
	margin-bottom: 5px;
	border: thin solid #414141;
	color: #000;
}

.subscription-box .boton {
/*	background-color: #9B1919;  */
	background-color: #1E4590;
/*	border: thin solid #49110C;   */
	border: thin solid #0E254D;
	color: #F0B50F;
	font-size: 15px;
	height: 30px;
}




#header {
	background-image: url(images/header_blog_la.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.custom #header #logo { text-indent: -9999px; }
.custom #header h1, .custom #header p#tagline { text-indent: -9999px; }

#menupersonal {
	position: relative;
	top: 208px;
}

#footer {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#menuinferior {
	position: relative;
	height: 30px;
	width: 1000px;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menuinferior a {
	color: #000000;
	font-size: 12px;
}

#content_area {
	background-image: url(images/fondo_content_area.png);
	background-position: center center;
}

#footer_area {
	background-color: #FF9900;
	height: 40px;
}

#despuespost {
	position: relative;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	color: #5F5553;
	line-height: 1.6em;
	background-color: #F2F5F9;
	padding: 10px;
	margin: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#contenidofooter {
	position: relative;
	font-weight: normal;
	padding: 10px;
	margin: 10px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}
#contenidofooter a {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	text-decoration: none;
}