/* =INITIAL
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling:
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Geneva, Arial, Helvetica, sans-serif;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* ==================================================================== */

h1 {
 	font-size: 14px;
 	font-weight: bold;
 	color: #f72936;
 }

legend {
	color: #f72936;
	}

p, .claro {
	font-size: 12px;
	text-align: justify;
	color: #666666;
 }

ul, ol {
	font-size: 12px;
	color: #666666;
	text-align: justify;
}

table {
	font-size: 12px;
	text-align: justify;
}

#container{
	background-image: url(images/marcagua2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 140px;
	width: 750px;
	/*height: 425;*/
	height: 100%;
	text-align: left;
	position: relative;
	margin: auto;
	padding-top: 20px;
}

#header {
	position: relative;
	margin: auto;
	height: 142px;
	width: 750px;
}

#header a span {
	display: none;
}

#content{
	position: relative;
	margin: auto;
	width: 620px;
	/*padding: 15px 0px 0px 50px;*/
	margin: 25px 0px 0px 50px;
	float:left;
	padding-bottom: 50px;
	font-size: 12px;
	text-align: justify;
}

#footer {
	background-image: url(images/pie.jpg);
	background-repeat: no-repeat;
	/*position: relative;*/
	width: 750px;
	height: 119px;
	margin: auto;
	clear: both;
}

#copyright {
	/*position: relative;*/
	width: 750px;
 	bottom: 0;
	text-align: center;
	margin: auto;
	font-size: 10px;
	color: #333333;
	clear: both;
	padding: 10px;
}

.epigrafe {
 	font-size: 11px;
 	font-weight: bold;
 	color: #7a7c7f;
 	text-align: right;
 }

.ta_h1es {
	font-size: 16px;
 	color: #f72936;
 	font-weight: normal;
	}
.ta_h1in {
	font-size: 16px;
 	color: #f72936;
	font-weight: bold;
	}
.ta_texto1 {
	color: #000000;
 	font-weight: bold;
	}
.ta_texto2 {
	font-weight: bold;
	}
.ta_texto3 {
	font-size: 14px;
 	font-weight: bold;
 	color: #f72936;
	}
.ta_texto4 {
	font-size: 14px;
 	color: #f72936;
	}
p.ta {
	text-align: center;
 }

.custombutton {padding:0;margin:0;border:none;background:none;cursor:pointer;}


.enlace_imagen {
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
	border: 0px;
	outline: hidden;
}
