BODY	{
	BACKGROUND-COLOR: #FFF;
	COLOR: black;
	FONT-SIZE: 10pt;
	font-weight : normal;
	font-style : normal;
	font-family: "Myriad Condensed Web", "Abadi MT Condensed Light", "Arial Narrow", Arial;
	margin: 0px;
		}

/*ENLACES*/
A { color:black; 	text-decoration:none; }
A:hover {
	color:#000;
	text-decoration:underline;
	background-color: #6CF;
}
A.whitelink {
	color:#FF0;
	text-decoration:none;
}
A:hover.blacklink { color:blue; text-decoration :none; }
A:hover.bluelink { color:red; text-decoration:none; }

	
table		{
	background-color: #FFF;
	border: 0 solid #000070;
	text-align: center;
	top: 150px;
	margin-top: 50px;
}


tr		{
	background-color: #FFF;
	text-align: center;
}


td		{
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	background-color: #FFF;
	border: 0 solid #000080;
}


p 		{
	font-size: 10pt;
	color: black;
	margin-left: 15px;
}

ul		{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}

li		{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.titulo0	{
	color: #FFF;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal;
	list-style-type: decimal;
	margin-top: 15px;
	margin-bottom:3px;
	margin-left: 0px;
	background-color: #066;
	padding-left: 10px;
}	

.titulo1	{
	color: #FFF;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	list-style-type: decimal;
	margin-top: 12px;
	margin-left: 0px;
	background-color: #099;
	padding-left: 10px;
}	

.titulo2	{
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	word-spacing: 0px;
	list-style-type: decimal;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom:3px;
	background-color: #00B7B7;
	padding-left: 10px;
}

.titulo3	{
	color: #000;
	font-size: 10pt;
	background-color: #FFF;
	margin-left: 2px;
}

.titulo4	{
	color: #645a5a;
	font-size: 9pt;
}

.titulo5	{
	color: #003;
	font-size: 9pt;
	font-style: italic;
	word-spacing: 1px;
	list-style-type: decimal;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom:0px
}


.titulo6	{
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	list-style-type: decimal;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom:0px;
	background-color: #006;
}

.titulo7	{ color: #e90a63; font-size: 10Pt; font-weight: normal; font-style: normal; 
		word-spacing: 1px; list-style-type: decimal; margin-left: 0px; 
		margin-top: 0px; margin-bottom:0px  }


.Tituloplanos	{
	color: #006;
	font-size: 9pt;
	font-style: normal;
	background-color: #FFF;
	text-align: center;
}

.Titulolista	{
	color: black;
	font-size: 15pt;
	font-weight: normal;
	font-style: normal;
	word-spacing: 1px;
	list-style-type: decimal;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom:0px
}

		
	
.normal		{
	color: black;
	FONT-SIZE: 10pt;
	font-weight : normal;
	font-style : normal;
}
	
	
.img {
	border-color : white;
	border-width : 0px;
}

.inicio {
	border-color : white;
	border-width : 0px
}

#foto-portada {
	border-color : white;
	border-width : 3px;
	border-radius: 5%;
	text-align:center;
	vertical-align:middle;
	color : grey;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;	
}




