body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
}
#header {
	width: 730px;
	height: 70px;
	padding-bottom: 15px;
	background: #DDD url(../img/bg_headerpop.gif) no-repeat left bottom;
}
#headersmall {
	height: 70px;
	padding-bottom: 15px;
	background: #DDD url(../img/bg_headerpop.gif) no-repeat left bottom;
}
.logo {
	float: left;
}
h1 {
	margin: 0;
	padding: 12px 25px 5px 0;
	font-size: 1.3em;
	text-align: right;
	color: #D71D20;
}
h2 {
	margin: 0;
	padding: 0 25px 0 0;
	font-size: 0.9em;
	text-align: right;
	color: #000;
}
h2 .articulo {
	color: #666;
	padding-right: 10px;
}
#fotoflash {
	margin: 0;
	height: 605px;
	text-align: center;
}
#foto {
	margin: 0;
	height: 540px;
	text-align: center;
}
#foto p {
	font-family: Verdana, Arial;
	text-align: left;
	font-weight: bold;
	margin: 0 30px;
}
#foto p.text {
	font-size: 0.8em;
	padding-top: 80px;
	text-align: center;
}
#foto p.resalta{
	width: 350px;
	color: #666;
	font-size: 0.65em;
	margin: 30px auto;
	padding: 25px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
	line-height: 15px;
}
#foto p.small {
	font-size: 0.7em;
	text-align: center;
	font-weight: normal;
}
#foto p strong {
	color: #D71D20;
	font-size: 110%;
}
#text {
	margin: 0 25px;
	font-size: 0.8em;
	height: 376px;
	text-align: center;
}
#textlarge {
	margin: 0 25px;
}
#text p, #textlarge p {
	font-size: 0.8em;
	padding: 5px 0;
}
#text label {
	font-weight: bold;
}
img {
	border: 0;
}
#botons {
	height: 55px;
	text-align: center;
}
#botons a {
	margin: 0 25px;
}
.close {
	width: 100%;
	height: 18px;
	background: #DDD;
	font-family: Verdana, Arial;
	color: #333;
	font-size: 0.65em;
	text-align: cener;
	padding: 0;
	margin: 16px 0 0 0;
	border-bottom: 4px solid #D71D20;
	line-height: 18px;
	text-align: right;
}
.close a {
	text-decoration: none;
	color: #D71D20;
	margin: 0 25px;
}
code {
	font-family: Verdana, Arial;
	color: #D71D20;
	font-size: 0.7em;
	font-weight: bold;
}
.nuevo {
	font-family: Helvetica, Arial;
	font-size: 9px;
	color: #FFF;
	background: #666;
	text-decoration: none;
	padding: 0 3px;
}
input{
	font-family:verdana, arial, sans-serif; 
	font-size: 11px;
	margin: 0;
}
.input_text{
	padding: 2px 3px;
	border: 1px solid #666;
}
input.input_text:focus, select:focus, textarea:focus {	
	border:solid 1px #000;
	background-color: #FFFAE8;
}
.error {
	color: #D71D20;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	text-align: center;
}

