/* @group body */

html {min-height: 100%;}
body {
	color: #3f3f41;
	margin: 0;
	background: #99CCFF repeat-x;
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html body {
	color: #3f3f41;
	margin: 0;
	background-color: #99CCFF;
	font: 0.8em Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	line-height: 2em;
}


html p {
	line-height: 1.2em;
}

/* @end */

/* @group interior */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
	color: #99CC00;
}
h2 {
	font-size: 14px;
	color: #003399;
	line-height: 18px;
}
h3 {
	font-size: 12px;
	color: #003399;
	line-height: 17px;
	padding-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

/* subtitulos */
.h1 {
	color: maroon;
	font: bold 14px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

.h3 {
	color: #3f3f41;
	font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.h4 {
	color: #666666;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.h5 {
	color: gray;
	font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.h6 {
	color: gray;
	font: bold 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.linkeado {
	color: orange;
	font: bold 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}




a {
	color: gray;
	text-decoration: underline;
	border-style: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:hover {
	color: maroon;
	text-decoration: underline;
	border-style: none;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a img {
	border-style: none;
}

.sep_horizontal {
	height: 20px;
	padding: 4px;
	background: url(ccs_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 {
	padding: 0.9em;
	border-top-width: 1px;
	border-top-color: navy;
	border-bottom-width: 1px;
	border-bottom-color: navy;
}

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

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

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

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;
	font-size: 1em;
}

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 */

/* @end */

/* @group formulario */

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

form_text{ border: 2px solid white; padding: 4px;
	background-color: #aeddf7;
	width: 200px;
	font: 0.9em Geneva, Arial, Helvetica, sans-serif;
	height: 15px;
}
form {
	margin: auto;
	display: inline;
	padding: 20px;
}
form p {
	margin: 1px;
	float: left;
	display: inline;
}
form p label {
	display: inline;
	text-align: left;
	padding: 1px 1px 1px 10px;
	font-size: 1em;
	line-height: 1.5em;
	float: left;
	clear: left;
}
form p input, 
form p textarea { border: 1px solid navy;
	background-color: #aeddf7;
	font: 1.2em Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: lowercase;
	overflow: auto;
	float: left;
	clear: both;
	display: inline;
	width: 200px;
}
textarea { height: 150px;
	width: 300px;
}

select {
	background-color: #aeddf7;
	color: #581000;
}

input.button_borrar {
	width: 50px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/botton_borrar.png) no-repeat 0 0;
	float: left;
}

input.button_enviar {
	width: 50px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/botton_enviar.png) no-repeat 0 0;
	float: right;
	display: block;
}

/* @end */

#fondo {
	background: white url(../images/fondo_bubles.jpg) no-repeat 0 bottom;
}

.relleno {
	width: 100%;
	height: 100px;
}

.botones {
	width: 150px;
	height: 30px;
	margin: auto;
}


