/*
Theme Name: Silvia San Martín
Theme URI: http://web.caosmental.com
Description: Theme para la web de Silvia San Martín.
Author: Jesús Pérez
Author URI: http://caosmental.com

	Theme Silvia San Martín para la web silviasanmartin.com

*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica!important;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Generico */

*{
	margin: 0;
	padding: 0;
}

body {
	font-family: </p>
	font-size: 14px;
	background: #78b9cf;
	color: #142b2f;
	line-height: 1.3em;
	text-align: justify;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000;
}

 {
	text-decoration: underline;

}

h1 {
	font-size: 2.4em;
	font-style: italic;
	line-height: 1em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	font-style: italic;
}

h4 {
	font-size: 1em;
	font-style: italic;
}

ul {
	padding-left: 10px;
	list-style: disc;
}

ul li {
	padding: 5px 0;		
}

p {
	padding: 5px 0;
	text-align: justify;
}

hr {
	
}

.clear {
	clear: both;
}

.invisible {
	display: none;
}


/*Banda Superior */

.bandaGris {
	width: 100%;
	height: 30px;
	background: #868686;
	color: #000;
	font-size: 0.8em;
}

.bandaGris .izquierda {
	float: left;
	padding: 5px 50px;
}

.bandaGris .derecha {
	float: right;
	padding: 5px 50px;
}

.bandaGris .derecha.caos a {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

.bandaGris a, bandaGris a:visited, bandaGris a:active {
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-size: 1.4em;
}

.bandaGris a:hover {
	color: #fff;
	text-decoration: underline;
}

/*Cabecera */
#cabecera {
	margin: 0 auto;
	width: 950px;
	height: 482px;
	position: relative;
	background: url(img/cabecera_fondo.jpg) no-repeat top center;
}

#tituloWeb {
	padding: 25px 0 0 43px;
	position: absolute;
}

#menuWeb {
	padding: 270px 0 0 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

#menuWeb ul {
	list-style: none;
}

#menuWeb ul li {
	display: inline;
	text-align: center;
	padding: 0 2px;
}

#menuWeb ul li a {
	text-decoration: none;
	color: #142b2f;
	font-family: Times!important;
}

#menuWeb ul li a:hover {
	text-decoration: underline;
}

#publicidadWeb {
	clear: both;
	margin: 35px auto 10px;
	width: 750px;
	height: 83px;
	text-align: center;
}

#cabecera h1 {
	text-align: left;
	padding: 5px 50px 0;
}


/*Contenedor */

#contenedor {
	margin: 0 auto;
	width: 850px;
	padding: 0 50px;
	position: relative;
	background: url(img/contenedor_fondo.jpg) repeat-y top center;
}

#contenedor p, #contenedor li {font-family: Helvetica!important; font-size: 13px!important; }

#contenedorSingle {
	margin: 0 auto;
	width: 700px;
	padding: 40px 10px;
	font-family: "Helvetica"!important; font-size: 13px!important;
}

#contenedorTexto {
	float: left;
	width: 460px;
	padding: 40px 10px;
	font-family: "Helvetica"!important; font-size: 13px!important;
}

#contenedorFoto {
	float: left;
	width: 306;
	padding: 40px 10px;
}

#contenedorFoto img {
	border: solid #000 3px;
}

/*pie */

#pieWeb {
	margin: 0 auto;
	width: 950px;
	height: 88px;
	position: relative;
	background: url(img/pie_fondo.jpg) no-repeat top center;	
	text-align: center;
}

#pieWeb #copyright {
	padding: 70px 20px 0;
	font-family: Times!important;
	font-weight: bold;
}
/*textos y demás*/

.post-edit-link {
	float: right;
	clear: both;
	padding-top: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	float: right;
	padding-right: 100px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.entry {
	padding: 10px 0;
}

.imgtfe {
	padding: 0 10px;
}

.hentry {
	margin: 0 0 20px;
}

.thickbox {
	float: left;
	padding: 10px;
}

#salludos {
	float:right; 
	padding:10px 20px 20px 20px;
}

h2 a {
	text-decoration: none;
	color: #142b2f!important;
	text-decoration: none!important;
	font-size: 23px!important;
}