@charset "utf-8";
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

.memo { border:1px dashed; width:370px; background-color:#EAEAEA; text-align:left; padding:3px; padding-left:6px; }
.memo2 { border:1px dashed; width:250px; background-color:#EAEAEA; text-align:left; padding:3px; padding-left:6px; }
.fondo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#036;
	color:#FFF;
	padding:10px;
	width:350px;
}
.fondo3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#036;
	color:#FFF;
	padding:10px;
	width:100%;
}

.fondotitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#036;
	color:#FFF;
	padding:10px;
	width:60%;
}
.fondotitulo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#036;
	color:#FFF;
	padding:10px;
	width:40%;
}

.fondo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color:#036;
	color:#FFF;
	padding:10px;
	width:450px;
}

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 130px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color:#069;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color:#FF0;
background-color:#900;
}


body {
	margin: 0px;
}



a.ovalbutton{
background: transparent url('IMG/oval-gray-left.gif') no-repeat top 
left;
display: block;
font-family:Arial, Helvetica, sans-serif;
float:right;
font-size:11px;
font-weight:bold;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of 
SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('IMG/oval-gray-right.gif') no-repeat top 
right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 
'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to 
clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

a.men:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00aeef;
	text-decoration: none;
}
a.men:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#00aeef; 
}
a.men:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color:#333;
}
a.men:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}

select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	background-color:#ddd;
}
.error{
	color:#0097ff;
	display:none;
	font-weight:bold;
	font-size:10px;
}

.datos{
	font-size:12px;
	font-weight:bold;
	color:#900;
}
