
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: white;
  font-size: 62.5%;
  font-family: Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}
#container
{
width: 1000px;
margin: 15px auto;
border-top: 1px gray dotted;
}

a { 


background-color:transparent;
text-decoration: none; 
}
 


p,h1{
 padding: 5px 15px;
 margin: 0px;
}

h3
{
	font-size: 1.5em;
	text-transform: uppercase;
	background-color: transparent;
	padding: 40px 0 0 0;
	margin-left: 5px;
	text-align: center;
	line-height: 1.9em;
}


#logo { 
margin: 5px auto;
width: 1000px;
 
padding: 2px;


}
#logo ul
{
	margin: 0;
	padding: 0;
	float: right;
	font-size: 0.9em;
width: 1000px;
}
#logo li
{
display: inline;
padding-right: 5px;
font-size: 1.1em;

}
#left
{
	margin: 0;
padding: 0;	
	float: left;
	clear: both;
	width: 600px;
}



#right
{
width: 399px;	
margin: 0;
padding: 0;
float: left;
border-left: 1px gray dotted;
}
#right ul
{
font-size: 1.1em;
color: #008131;
margin: 0 30px;
padding: 0;
text-align: justify;
}
#right ul li
{
margin: 5px;
padding: 4px 0;
border-bottom: 1px silver dotted;
}

#footer
{
width: 1000px;
clear: both;
	margin: 10px auto;
padding: 10px;
}




/* Estilos redondeados */

/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 327px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0; text-align: center;}
.rbroundbox { width: 327px; margin: 2.5em auto; background-color: #999900; }

/* Estilos redondeados 2 */

/* set millions of background images */
.rbroundbox2 { background: url(images/nt.gif) repeat; }
.rbtop2 div { background: url(images/tl-n.gif) no-repeat top left; }
.rbtop2 { background: url(images/tr-n.gif) no-repeat top right; }
.rbbot2 div { background: url(images/bl-n.gif) no-repeat bottom left; }
.rbbot2 { background: url(images/br-n.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
width: 327;
height: 7px;
font-size: 1px;
}
.rbcontent2 { margin: 0 7px; text-align: center;}
.rbroundbox2 { width: 327px; margin: 2.5em auto; background-color: #FF9900; }

/* Estilos de textos */

.verde
{
background-color: green;
color: white;
border: 1px gray solid;
padding: 3px;
}
.verde2
{
	color: green;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 500;

}
.verde3
{
	background-color: green;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	text-align: right;
	display: block;
}
.naranja2
{
	color: #FF9900;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 500;

}
.naranja3
{
	background-color: #FF9900;
	color: white;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	text-align: right;
	display: block;
}
.blanco
{
background-color: white;
color: green;
border-top: 1px gray solid;
border-right: 1px gray solid;
border-bottom: 1px gray solid;
padding: 3px;
}

.titular
{
	color: white;
	font-size: 2em;
	font-style: oblique;
	font-weight: bold;
	border-bottom: 1px white dotted;
	text-align: left;
margin-left: 12px;
}

.subtitulo
{
	color: black;
	font-size: 1.4em;
	font-style: oblique;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
margin-right: 12px;
}

#mastexto
{
color: black;
font-size: 1.1em;
width: 76%;
margin: 1em auto;
}

#logos
{
	text-align: center;
	padding: 0;
}

#logos img
{
padding-right: 30px;
}

#cajaderecha
{
	position: relative;
	float: right;
	width: 125px;
	margin-top: 30px;
	margin-right: 20px;
}
#telefono
{
	width: 327px;
	height: 38px;
	color: white;
	background-image: url(images/fondotelefono.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em;
	font-weight: bold;
	text-indent: 150px;
	padding-top: 10px;
}
#telefono2
{
	width: 327px;
	height: 38px;
	color: white;
	background-image: url(images/fondotelefono2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1.6em;
	font-weight: bold;
	text-indent: 150px;
	padding-top: 10px;
}