@charset "utf-8";
/* CSS Document */
html,body {
    margin: 0px;
	padding: 0px;
	background-color:#0b55ba;
	font-family: Tahoma, Verdana, Arial;
}
table {
	width: 100%;
	height: 100%;
	margin:0px;
	padding: 0px;
}

td {
	background-image:url(../jpg/template/bodyshadow.jpg);
	background-position:top;
	background-repeat:repeat-y;
	vertical-align: middle;
	text-align: center;
	margin:0px;
	padding:0px;
}

div.centrarflash {
    margin-top: -200px !important;
    margin-left: -275px !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;    
    height: 400px !important;
	width: 550px !important;
}


div.container {
    text-align: left;
	font-size: 11px;
	background-color:#fff;
	border:1px solid #fff;
	position: relative;
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

div.header {
position:relative;
width:750px;
height:263px;
z-index:2;
}

div.menutop {
}

div.menuleft {
position:relative;
width:210px;
height:425px;
float:left;
z-index:2;

}
div.main {
position:relative;
padding:6px 15px 10px 0px;
width:510px;
height:100%;
float:right;
z-index:1;
}
div.main ul li {
margin:0px 0px 5px 0px;
padding:-5px 0px 0px 5px;
list-style-type:none;
list-style-image:url(../jpg/template/lista_estrella.jpg);
font-weight:bold;
}
div.rights {
position:relative;
width:750px;
height:16px;
background-color:#0d68e4;
background-image:url(../jpg/template/rightsback.jpg);
color:#fff;
float:right;
}

h1 {
margin:0px;
font-size:12px;
font-weight:bold;
color:#0b55ba;
}
h2 {
margin:0px;
font-size:12px;
font-weight:bold;
color:#FF0000;
}

form {
border:1px solid #0b55ba;
}
caption {
background-color:#0b55ba;
color:#FFFFFF;
}