@charset "UTF-8";
/* CSS Document */

BODY {
background : #d2d2d2;
font : 10pt Arial, Helvetica, sans-serif;
color : #666666;
margin : 20px 0px 20px 0px;
text-align: center;
line-height: 17px;
}

#contenedor{
text-align: left;
width: 800px;
border-bottom: 1px solid #ffffff;
height: 100%;
margin: auto;
background: transparent url("../imgs/pliegue.gif") no-repeat top right;
background-color: #ffffff;
} 


#cabecera{
height : 250px;
width: 800px;
margin-bottom: 10px;
} 


#cuerpo{
width: 575px;
padding: 1px 6px 10px 0px;
background-color : #ffffff;
float:right;
} 

a:link {
	color: #00aeef;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #00aeef;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #ec008c;
	font-weight:bold;
}
a:active {
	color: #00aeef;
	text-decoration: none;
	font-weight:bold;
}

a#replaced {
display:block;
width :64px;
height:32px
text-indent:-9999px;
background:url(../imgs/roll.gif) top left no-repeat;
}

a#replaced:hover {
background-position:0 -32px;
}


table{
/*border: 1px solid #ccc;*/
width: 500px;
margin: 20px auto;
}

table.tablagaes{
	color:#FFF;
	font-weight:bold;
}

table.tablagae2s{
	color:#666;
	border-collapse: collapse;
}


p{
	margin-left: 10px;
	margin-right: 10px;
}

ul{
	margin-left: 10px;
	margin-right: 8px;
	list-style: none;
} 

li{
padding-left: 18px;
background: transparent url("../imgs/bullet.png") 0 2px no-repeat;
margin-bottom: 10px;
} 

H1{
font-size: 12pt;
color: #b61c1e;
border-bottom: 2px solid  #3F7DE3;
text-transform:uppercase;
}

H2{
font-size: 10pt;
color: #3F7DE3;
text-transform:uppercase;
}

strong{
	color: #5b5b5b;
}

#navabajo{
font-weight : bold;
text-align: center;
} 


#lateral{
width: 190px;
background-color: #e2e2e2;
float:left;
margin-left:16px;
} 

.titlat{
background-color:#01AEF0;
color:#ffffff;
font-size:8pt;
text-align: center;
text-transform : uppercase;
padding: 7px 3px 7px 8px;
font-weight : normal;
margin: 0px 0px 8px 0px;
}

.titlatmodelo{
background-color:#b61c1e;
color:#ffffff;
font-size:8pt;
text-align: center;
text-transform : uppercase;
padding: 7px 3px 7px 8px;
font-weight : normal;
margin: 0px 0px 8px 0px;
}

.cuerpolateral{
padding: 5px 4px 13px 4px;
} 

.cuerpolateral ul{
margin : 5px 10px 0px 0px;
padding: 0px 0px 0px 4px;
list-style: none;
} 

.cuerpolateral ul li{
padding-left: 18px;
background: url("../imgs/bullet.png") 0 2px no-repeat;
margin-bottom: 10px;
} 

.cuerpolateral ol{
margin : 5px 10px 0px 20px;
padding: 0px 0px 0px 4px;
} 

.cuerpolateral ol li{
background-image:none;
padding-left: 0px;
margin-bottom: 10px;
color:#494E6B;
font-weight:bold;
} 

.cuerpolateral ol ol {
font : 9pt Arial, Helvetica, sans-serif;
background-image:none;
padding-left: 0px;
margin-bottom: 10px;
color:#494E6B;
list-style:none;
} 

#pie{
clear: both;
font-size:11px;
width: 800 px;
background-color: #e2e2e2;
color: #333;
text-align: center;
margin: 18px 10px 10px 10px;
padding-bottom: 8px;
padding-top: 8px;
} 

#madein{
margin-top: 1px;
background : #d2d2d2;
float: right;
width: 43px;
height: 32px;
}

/*imagenes*/
	
	a img{
		border:none;
	}
    
	img.sin {
    margin-top: -15px;
    }
	
	
	img.border {
    border: 1px solid #DD3594;
    padding: 3px;
    margin: 0;
    }

    img.border:hover {
    background: #E3F5FE;
    }

    img.center {
	display: block;
    margin: auto;
	border: 1px solid #DD3594;
    padding: 6px;
    }

    img.alignright {
    float: right;
    padding: 2px;
    margin: 0 0 2px 7px;
    display: inline;
	border: 1px solid #DD3594;
    padding: 4px;
    margin-left: 20px;
    }

    img.alignleft {
    float: left;
    padding: 2px;
    margin: 0px 10px 20px 10px;
    display: inline;
	border: 1px solid #DD3594;
    }