
/* CONTENIDO */

#texto
{
	position: relative;
	padding: 0px 20px 5px 20px;
	border: 0px solid red;
	margin-right: 0px;
}

#texto a
{
	text-decoration: underline;	
}

h2
{
	font-size:30px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #003366;
	font-family: helvetica, arial;
	margin: 0 0 5px 0;	
	width: 505px;
}

h3
{
	font-size:30px;
	letter-spacing: -2px;
	font-weight: 100;
	color: #77aa77;
	font-family: helvetica, arial;
	margin: 0 0 5px 0;	
	width: 505px;
}

h4
{
	font-weight: bold;
	font-size: 1.3em;	
}


p
{
	font-size: 1.1em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 1em;
	text-align: justify;
}

a img
{
	border: 0;
}

div.img
{
	background-color: white;
	border: 1px solid silver;
	border-bottom: 0;
	border-right: 0;	
	margin-bottom: 10px;
}

div.img img
{
	background: transparent url('../img/fondoEsqInferiorDerecha.gif') right bottom no-repeat;
	padding: 5px 10px 10px 5px;	
	margin-bottom: -5px;
}

div.tabla
{
	border: 1px solid gainsboro;
	padding: 5px;
	margin: 10px;	
}
table
{
	font-size: 1.1em;
	border-collapse: collapse;
	margin-bottom: 15px;
}

table th
{
  	background-color: #66ccdd;
	color: white;
	padding: 5px;
	font-variant: small-caps;
	font-size: 1.4em;
	font-weight: 100;
	color: #333333;
	text-align: center;
		
}

table td
{
	padding: 5px;	
}

table td.centro
{
	text-align: center;	
}

table tr.non
{
	background-color: whitesmoke;	
	border-bottom: 1px solid gainsboro;
}

div.nota
{
	color: #333333;
	font-size: 1em;
}

ul.vineta
{
	margin: 1em;
	font-size: 1.1em;
	color: #333333;
	position: relative;
}

ul.vineta li
{
	margin-left: 10px;
	padding: .2em 1.4em .2em 1.4em;
	background: transparent url('../img/vineta.gif') left .5em no-repeat;
}

ul.vineta li p
{
	font-size: 1em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 1em;
	text-align: justify;

}
a.regresar
{
	display: block;
	margin-bottom: 20px;	
}

a.mas
{
	padding-right: 14px;
	font-weight: bold;
	background: transparent url('../img/vineta.gif') no-repeat right center ;	
}

a
{
	color: blue;
}
a:hover
{
	color: #66ccdd;
}
a:visited
{
	color: #77aa77;
}

img.izq
{
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
	padding: .5em;
	border: 1px solid silver;	
}
img.der
{
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
	padding: .5em;
	border: 1px solid silver;	
}
div.construccion
{
	border: 5px solid   	#66ccdd ;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 20px;
	margin: 10px 0;	
}

div.plans a img
{
	border: 0;
	margin: 10px 10px;
}


p.contactus
{
	padding: 5px 10px;
	padding-left: 35px;
	background-color: khaki;
	border: 1px solid tan;
	background: khaki url('../img/iconoHelp.gif') 7px 7px no-repeat;
}

p.noticia
{
	padding: 5px 10px;
	padding-left: 35px;
	background-color: khaki;
	border: 1px solid tan;
	background: khaki url('../img/iconoNoticia.png') 7px 7px no-repeat;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match  with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -7px;
	font-size: 4.1em;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -7px;
	font-size: 3em;
}

