/*
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/
*/
#header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 211px;
	padding-top: 0px;
	padding-left: 0px;
}
#content_box {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background: none;
	margin-left: 2px;
}
#content {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.custom #header #logo { text-indent: -9999px; }
.custom #header h1, .custom #header p#tagline { text-indent: -9999px; }

.full_width .page {
width: 1003px;
}

#header_area {
	left: auto;
	right: auto;
	background-image: url(images/em_int_r1_c3.jpg);
	height: 294px;
}
#header_area .page {
	padding: 0;
	height: 230px;
	width: 1000px;
}

#espacio-antes-contenido-home {
	height: 60px;
	z-index: -10;
	position: relative;
	background-image: url(images/em_r2_c2.jpg);
	left: auto;
	right: auto;
}
#menupersonal-home {
	height: 60px;
	overflow: hidden;
	position: absolute;
	width: 100px;
	left: auto;
	right: auto;
}

#tabs {
	height: 60px;
	width: 626px;
	overflow: hidden;
	/*z-index: 20;*/
}
ul#tabs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	/*z-index: 20;*/
}
ul#tabs li {
	margin: 0px;
	padding: 0px;
	background-image: none;
	border-top-width: 0;
	/*background-image: url(images/leo_r7_c59.png);*/
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left;
	width: 101px;
	height: 69px;
}
ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	cursor: pointer;
	text-transform: none;
	/*background-image: url(images/leo_over_r2_c3.png);*/
	background-repeat: repeat-x;
	height: 49px;
}
ul#tabs li.current_page_item, ul#tabs li.current-cat {
background:#FFFFFF none repeat scroll 0 0;
	/*background-image: url(images/leo_over_r2_c3.png);*/
	background-repeat: repeat-x;
border-bottom: 0;
padding-bottom: 0;
}
ul#tabs li a {
	cursor: pointer;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: none;
	/*width: 85px;*/
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
	text-align: center;
	top: 10px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 20px;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	padding-bottom: 0px;
	height: 49px;
	font-weight: bold;
}
ul#tabs li a:hover {
	border-top: 0;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: none;
	/*background-image: url(images/leo_over_r2_c3.png);*/
	background-repeat: repeat-x;
	text-decoration: none;
}

ul#tabs li {
	text-indent: -5000px;
	background: none;
}
ul#tabs li.home-item {
	background: url(images/em_r2_c4.jpg);
	width: 70px;
}
ul#tabs li.page-item-1 {
	background: url(images/em_r2_c5.jpg);
	width: 131px;
}
ul#tabs li.page-item-2 {
	background: url(images/em_r2_c6.jpg);
	width: 134px;
}
ul#tabs li.page-item-3 {
	background: url(images/em_r2_c7.jpg);
	width: 190px;
}
ul#tabs li.page-item-4 {
	background: url(images/em_r2_c8-i.jpg);
	width: 101px;
}



ul#tabs li.home-item:hover {
	background: url(images/em_r2_c42.jpg);
	width: 70px;
}
ul#tabs li.home-item.current_page_item {
	background: url(images/em_r2_c42.jpg);
	width: 70px;
}
ul#tabs li.page-item-1:hover {
	background: url(images/em_r2_c52.jpg);
	width: 131px;
}
ul#tabs li.page-item-1.current_page_item {
	background: url(images/em_r2_c52.jpg);
	width: 131px;
}
ul#tabs li.page-item-2:hover {
	background: url(images/em_r2_c62.jpg);
	width: 134px;
}
ul#tabs li.page-item-2.current_page_item {
	background: url(images/em_r2_c62.jpg);
	width: 134px;
}
ul#tabs li.page-item-3:hover {
	background: url(images/em_r2_c72.jpg);
	width: 190px;
}
ul#tabs li.page-item-3.current_page_item {
	background: url(images/em_r2_c72.jpg);
	width: 190px;
}
ul#tabs li.page-item-4:hover {
	background: url(images/em_r2_c82-i.jpg);
	width: 101px;
}
ul#tabs li.page-item-4.current_page_item {
	background: url(images/em_r2_c82-i.jpg);
	width: 101px;
}

#imagen-antes-menu-derecho-home {
	height: 104px;
}

#sidebars {
border:0 none;
float:left;
margin-left: 0px;
width: 189px;
}

#div-tabla-home {
	background-image: url(images/em_r3_c9.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	/*height: 200px;*/
	width: 100%;
}
.sidebar ul.sidebar_list a {
	color: #FFFFFF;
}
#sombra-despues-contenido-home {
	height: 30px;
	background-image: url(images/em_r5_c201.jpg);
}
#footer_area {
	background-image: url(images/em_r6_c202.jpg);
	height: 50px;
}
.comments_closed p {
color:#FFFFFF;
}
.comments_closed {
margin:0;
}
li.widget {
color:#FFFFFF;
font-size:1.3em;
line-height:1.385em;
margin-bottom:2.769em;
}
#content_box {
	background-image: url(images/em_int_r2_c2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.post_box {
padding-top: 2.2em;
}
.post_box, .teasers_box, .full_width #content_box .page {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 1.1em;
}
#imagentop_content_box { /* imagen superior del cuadro de contenido */
	background-image: url(images/em_int_r3_c4.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 999px;
	position: relative;
	/*z-index: 10;*/
}
#imagenbotton_content_box { /* imagen inferior del cuadro de contenido */
	background-image: url(images/em_int_r7_c4.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 999px;
	position: relative;
}
#espacio-antes-antes-contenido {
	background-image: url(images/em_int_r2_c3.jpg);
	height: 65px;
	z-index: 20;
}
#espacio-antes-contenido {
	background-image: url(images/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	/*z-index: -10;*/
}
#espacio-despues-contenido {
	background-image: url(images/fondo3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#content_area {
	background-image: url(images/fondo2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}









body {
	font-family: "lucida grande", "lucida sans unicode", helvetica, arial, sans-serif;
}


ul#tabs li a {
	font: bold 10px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

li.widget ul li {
	margin-bottom: 1.25em;
}



/*---:[ encabesados ]:---*/

.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;
}

/*---:[ títulos de los artículos ]:---*/

.headline_area {
	margin-top: 25px;
}

.headline_area h1 {
	color: #030;
	font-size: 36px;
	line-height: 42px;
	letter-spacing:-1px;
	margin-bottom: 45px;
}

.headline_area h2 {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}



/*---:[ contenido de los artículos]:---*/

.format_text h2 {
	font-size: 24px;
	text-align: left;
	line-height: 1.3em;
	color: #363636;
	padding: 0 100px 20px 50px;
}

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

.format_text h4 {
	font-size: 18px;
	line-height: 1.3em;
	padding-bottom: 10px;
	color: #3c3c3c;
}


.format_text h3 a {  color: #930A00; text-decoration: none;}
.format_text h3 a:hover {  color: #930A00; text-decoration: underline;}


.format_text 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);
}*/

.format_text .alignleft { margin: 0 1.571em 1.571em 0; float: left; clear: left; }
.format_text .alignright { margin: 0 0 1.571em 1.571em; float: right; clear: right; }
.format_text .aligncenter { display: block; margin: 0 auto 1.571em auto; float: none; clear: both; }
.format_text .alignnone { display: block; margin: 0 auto 1.571em 0; clear: both; }
.format_text .wp-caption { background-color: #f3f3f3; border: 0.071em solid #ccc; text-align: center; padding: 0.714em; }
.format_text .wp-caption p { font-size: smaller; font-style: italic; margin-bottom: 0; }


.format_text p a { color: #930A00; text-decoration: underline; }
.format_text p a:hover {
	/*color: #FFF;*/
	background-color: #FFF;
	text-decoration: none;
}

.format_text li {
	padding-bottom: 15px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.55em;
	color: #5F5553;
	list-style-position: outside;
	/*list-style-image: url(images/bullet_triangular.gif);*/
}

.destacado {
	background-color: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	padding: 15px;
	border: thin solid #DDD;
}

.destacado li {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.55em;
	color: #000;
	list-style-position: outside;
	/*list-style-image: url(images/bullet_triangular_fondogris.gif);*/
}


/*---:[ botones de texto ]:---*/

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.textbutton {
	height: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}





#breadcrumbsantes_titulo { /* breadcrumbs */
	color: #000000;
	position: relative;
	top: -30px;
	height: 0px;
	max-width: 780px;
	text-align: left;
	font-size: 11px;
}
#breadcrumbsantes_titulo a { /* breadcrumbs */
	color: #030;
}
#breadcrumbsantes_titulo a:hover { /* breadcrumbs */
	text-decoration: underline;
}
li.widget {
margin-bottom: 0px;
}

.textbutton {
	height: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

.textbutton a {
    background: transparent url('images/bg_bigbutton_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font: normal 18px arial, sans-serif;
    height: 36;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    color: #444;
    text-decoration: none;
}

.textbutton span {
    background: transparent url('images/bg_bigbutton_span.gif') no-repeat;
    display: block;
    line-height: 25px;
    padding: 5px 0 5px 18px;
}

.textbutton a:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.textbutton a:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

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

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

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

#solicitud-de-servicios {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #666;
}
#solicitud-de-servicios input[type=text] {
	width: 210px;
}
#solicitud-de-servicios-conferencias {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	color: #666;
}
#solicitud-de-servicios-conferencias input[type=text] {
	width: 200px;
}
#solicitud-de-servicios-conferencias input[type=checkbox] {
	width: 20px;
}
