/* CSS Document */
* {
margin:0;
padding:0;
}

body {
text-align:center;
font:normal 63% Verdana, Arial, Helvetica, sans-serif;
color:#666; 
}

h1{
	visibility:hidden;position:absolute; top:0px;}
h2 {
	padding-top:20px;
	margin-right:8px;
	font-size: 1.3em;
	color: #1965a6;
	font-weight: bold;
}
h3{
	padding:20px 0;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	line-height: 1.1em;
}
h4{
	padding:20px 0 0 0;
	font-size:100%;
	color: #000;
	font-weight: bold;}
img{
	border:none}
ul{
	list-style-type:none;}
p {
  padding: 15px 0px 0px 0px;
}

a {
	color: #478dc9;
	text-decoration: underline;
}
a:link   {
	text-decoration: underline;
}

a:hover   {
	text-decoration: underline;
	color: #333;
}

#margin{
	margin:0 auto;
	margin-top: 20px;
	width:800px;
	text-align:left;
	overflow:hidden;
	}
	
#image {
    padding:10px 0 0 10px;
}

	
/* ----------------------- MENU VERTICAL Lateral Izquierdo ----------------------- */

#menu-v{
	font-weight:bold;
	font-size: 110%;	
	float: left;
	width: 230px;
}
#menu-v ul {
	padding: 0px 0px 0px 0px;
}
#menu-v li {
	padding: 0px 0px 1px 10px;
	/*background:url(images/bullet_star.gif) left 0.4em no-repeat;*/
}

#menu-v a  {
	padding: 4px 0px 1px 17px;
	color: #1965a6;
	text-decoration: none;
	display:block;
}
#menu-v span{
	padding: 4px 0px 1px 17px;
	display:block;}

#menu-v a:hover,  #menu-v span{
	padding: 4px 0px 1px 17px;
	color:#000;
}

#separador{
	float:left;
	padding: 0px 0px 0px 15px;
	background:url(images/separador.jpg) left top no-repeat;
	width:14px;
	height:400px;
}

/* ----------------------- MENU VERTICAL Lateral Izquierdo SUBMENU ----------------------- */

#menu-v2{
	font-weight:bold;
	font-size: 90%;	
}
#menu-v2 ul {
	padding: 0px 0px 0px 27px;
}
#menu-v2 li {
	padding: 0px 0px 1px 0px;
	background:url(images/bullet.gif) left 0.4em no-repeat;
}

#menu-v2 a  {
	padding: 0px 0px 1px 10px;
	color: #478dc9;
	text-decoration: none;
	display:block;
}
#menu-v2 span{
	padding: 0px 0 1px 10px;
	display:block;}

#menu-v2 a:hover,  #menu-v2 span{
		padding: 0px 0 1px 10px;
	display:block;
}

/* ----------------------- INTERIOR PAGES CONTENT ----------------------- */

#header{
	/*background:url(images/header.jpg) no-repeat;*/
	width:800px;
	height:100px;
	font-size: 28px;
	color: #1965a6;
	font-weight: bold;
	text-align: center;


	clear:both;
	overflow:hidden;}
	
#content{
	clear:both;
	overflow:hidden;
	padding:10px 0px 0px 0px;}

#container-text{
	float: left;
	width: 530px;}
	
#title{
    font-size: 150%;
	margin-right:8px;
	font-size: 1.5em;
	color: #1965a6;
	font-weight: bold;
	padding-bottom:20px;}

#text{
	padding:10px 0px 20px 0px;
	font-size: 110%;
	text-align: justify;
  	line-height: 140%;
  	color: #555555;}
	
#text ol, #text ul{margin-left:20px;}


#text ul {
	padding: 10px 0px 0px 0px;
}
#text li {
	padding: 0px 0px 0px 15px;
	background:url(images/bullet.gif) left 0.5em no-repeat;
}

/* ----------------------- FOOTER INTERIORS ----------------------- */

#logos {
	width:800px;
	padding: 1px 0px 1px 0px;
	background-color:#1965a6;
	text-decoration:none;
	text-align:center;
	clear:both;

}

#bottom {
	padding: 10px 0px 15px 0px;
	color: #1965a6;
	font-size: 110%;
	text-decoration:none;
	text-align:center;
	clear:both;
}
#bottom a {
	color: #1965a6;
	text-decoration:underline;
}

#bottom a:hover {
	color: #999;
	text-decoration: underline;
}

.izq{
float:left;
}
.derecha{
float:right;
}


/* ----------------------- TABLES ----------------------- */


#my_table table {
    border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E7E7E7;
	color: #1965a6;
}

#my_table caption {
    margin-top: 10px;
	font-weight: bold;
	background: #DDD; 
	text-transform:uppercase;
	padding:6px;
}

#my_table td {
	padding: 4px;
}

#my_table th {
	padding: 4px;
    background-color:#DDD; 
}

#my_table tr {
	background-color:#FFF; 
	text-align:left;
	}
	
/* ----------------------- FORMULARIOS ----------------------- */	
	
input {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #000000;
background-color: #e0ecf7;
border: #1965a6;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.campoForm{
	width:400px;
}

.button_form{
	padding:5px;

}
.sub_titulo{
	background-color: #e0ecf7;
	color:#000000;
	padding-right:4px;
	width:150px;
}

.sub_titulo_result{
	border-bottom:1px solid #e0ecf7;
	width:450px;

}

