/* @group body */

html {min-height: 100%;}
body {
	color: #3f3f41;
	margin: 0;
	background-color: #c2cbd0;
	font: 0.8em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html body {
	color: #3f3f41;
	margin: 0;
	background-color: #c2cbd0;
	font: 0.8em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.2em;
}


html p {
	line-height: 1.2em;
}

/* @end */

/* @group interior */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	text-align: left;
}

h1 {
	color: #d72f48;
	font-size: 22px;
	line-height: 100%;
}

h2 {
	font-size: 18px;
	line-height: 100%;
	color: #d72f48;
}

h3 {
	color: #3f3f41;
	font-size: 1.3em;
	line-height: 100%;
}

h4 {
	color: #a2bd30;
	font-size: 12px;
	line-height: 1;
}

h5 {
	color: #c10478;
	font-size: 12px;
	line-height: 1;
}

h6 {
	color: #c10478;
	font-size: 12px;
	line-height: 1;
}

/* subtitulos */
.h1 {
	color: #d72f48;
	font-size: 22px;
	line-height: 100%;
	font-weight: bold;
}

.h2 {
	font-size: 18px;
	line-height: 100%;
	color: #d72f48;
	font-weight: bold;
}

.h3 {
	color: #3f3f41;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 130%;
}

.h4 {
	color: #a2bd30;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.h5 {
	color: #c10478;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.h6 {
	color: #c10478;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
}

.piedefoto {
	color: gray;
	font-size: 9px;
	line-height: 1;
	font-weight: bold;
}



a {
	color: #c10478;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
}

a:hover {
	color: #a2bd30;
	text-decoration: line-through;
	font-weight: bold;
	border-style: none;
}

a img {
	border-style: none;
}

.sep_horizontal {
	height: 20px;
	padding: 4px;
	background: url(css_images/dotline_hor.gif) repeat-x;
}

.sep_vertical {
	background: url(css_images/dotline_vert.gif) repeat-y;
	width: 20px;
	margin: 4px;
}


blockquote {
	background: url(css_images/quote.gif) no-repeat;
	display: block;
	padding-left: 28px;
	font-weight: bold;
}

/* mainlist */

.ul {
	text-align: left;
	text-transform: capitalize;
}
.li{
	color: #3f3f41;
	list-style-image: url(css_images/yellow_bullet.gif);
	list-style-position: outside;
	}

.blockquote {
	border-bottom: 1px solid #3f3f41;
	border-top: 1px solid #3f3f41;
	background-color: #c2cbd0;
	padding: 0.9em;
}

.titulo_home {
	color: #3f3f41;
	line-height: 90%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
.subtitulo_home {
	color: #3f3f41;
	line-height: 90%;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

/* @end */

/* @group footer */

/* footer */

#footer {
	width: 900px;
	height: 100px;
	background: url(css_images/footer.gif) no-repeat;
	font: 0.9em "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}


#footer a {color: #3f3f41;
	text-decoration: underline;
	}

#footer a:hover {color: white;
	text-decoration: underline;
	}

/* footer_home */


#footer_home {
	width: 700px;
	height: 70px;
	background: url(css_images/footer_home.gif) no-repeat;
	text-align: center;
	line-height: 0;
}

#footer_home p {
	color: #3f3f41;
	font: 10px/10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
}

#footer_home a {color: #3f3f41;
	font: 10px/10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}

#footer_home a:hover {color: white;
	font: 10px/10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}

/* footer_carton */


#footer_carton {
	width: 800px;
	height: 90px;
	background: url(css_images/footer_carton.gif) no-repeat;
	text-align: center;
	line-height: 0;
}

#footer_carton p {
	color: #3f3f41;
	font: 10px/10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 36px;
}

#footer_carton a {color: #3f3f41;
	font: 10px/10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}

#footer_carton a:hover {color: white;
	font: 10px/10px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
}

/* @end */

/* @group menu */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 230px;
	text-align: left;
}

ul.menu a {
  display: block;
  text-decoration: none;
	height: 35px;
	text-align: left;
	font-size: 1em;
}

ul.menu li {
	text-align: left;
}

ul.menu li a {
  color: #3f3f41;	
  padding: 0.5em;
	background-image: url(css_images/li_line.gif);
	text-align: left;
}

ul.menu li a:hover {
	background: url(css_images/li_a-ho.gif) no-repeat;
	color: white;
	text-align: left;
}

ul.menu li ul li a {
  color: #9b9c9e;
  padding-left: 20px;
	background-image: url(css_images/li_line.gif);
	text-align: left;
}

ul.menu li ul li a:hover {
  padding-left: 20px;
	color: white;
	background-image: url(css_images/li_a-ho.gif);
}

/* @end */

/* @group formulario */


#formulario {
	text-align: left;
	color: #3f3f41;
}

form_text{ border: 2px solid white; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px;
	background-color: gray;
}
form { padding: 20px; margin-top: 02px;
}
form p {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 13px;
}
form p label { width: 100px; display: block;
	float: left;
	padding-top: 12px;
	padding-left: 80px;
}
form p input, 
form p textarea { border: 2px solid #9b9c9e; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px;
	background-color: white;
}
textarea { height: 100px; } 
input.btn {
	width: 7em;
	background-color: #d22f48;
	color: white;
	border: 3px solid #d22f48;
}

/* @end */

#volver {
	position: fixed;
	display: block;
	float: left;
	top: 197px;
	z-index: 10;
	overflow: auto;
}