div#container{font-size: 0.7em;}

div#situacion{ margin: 0px 0px 0px 10%;/* background-image: url(../img/rep_vert2.gif);background-repeat: repeat-y;background-position: top right; */}

div#situacion .barra a {color: #3D6354;font-weight: bold;text-decoration:none;}
div#situacion .barra a:hover {color: #3D6354;font-weight: bold;text-decoration:underline;}

.imagenizquierda   { float: left; margin:0 10px 10px 0; color: #777; text-align: center; }

.imagencentrada   { text-align: center; margin: 10px 0 0 0; color: #777; text-align: center;}

.imagenderecha    { color: #777; float: right; margin:0 0 10px 10px; text-align: center; }


.pie_contacto
{
margin : 0px auto; 
padding : 10px; 
border-left : 1px solid #3D6354; 
border-right : 1px solid #3D6354; 
border-bottom : 1px solid #3D6354;  
background-image: url('../img/repetir_serv_inv.gif');
background-position: top left;
background-repeat: repeat-x;
}

#formulario h1 {	display: none;}

#formulario h3 {	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	letter-spacing: 0.09em;font-size:15px;color:#3D6354; border-bottom: 3px dashed #3D6354; padding:0;margin:0;}

#formulario h2 
{
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 letter-spacing: 0.09em;
 font-weight: bold;
 font-size:14px;
 color: #3D6354;
 background-color: #FFFFFF;
 border: 1px solid #3D6354;
 padding: 5px;
 margin-top: 6px;
 margin-bottom: 3px;
}


#formulario {
	padding: 10px;
	margin: 0px auto;
	/*background: #FFF;*/
	/*width: 80%;*/
}

#formulario p {color:#000;}

#formulario td {padding: 10px;}

#formulario form { 
width : 65%; 
margin : 0px auto; 
padding : 0; 
}
/* this puts a double border around text inputs on pc and firefox etc but not safari */
#formulario input {border: 1px solid #3D6354;width:100%;background-color: #FFFFFF;}
#formulario textarea {border: 1px solid #3D6354;width: 100%;background-color:#FFFFFF;}
#formulario select {}
/* holds the submit or update buttons below fieldsets. Use this to create a nice gap between fieldset and button, but try to use same styling as fieldset */

#formulario .submitbox { 
width:95%;
margin : 0px auto; 
padding : 10px; 
/*border : 1px solid #803c3c; */
}

#formulario .clausula { 
width:95%;
margin : 0px auto; 
padding : 10px; 
border : 1px solid #3D6354; 
background-image: url('../img/repetir_serv.gif');
background-position: bottom right;
background-repeat: repeat-x;
}

/* all forms are housed in this style, but not the submit buttons */
#formulario fieldset { 
/*width:95%;*/
margin : 0 0 0 0; 
padding :10px; 
border: 1px solid #3D6354;
background-image: url('../img/fondo_forms.jpg');
background-position: 25px left;
background-repeat: no-repeat;
}


#formulario fieldset div.fm-optional {
display : block; /* Default display option for optional divs */
}

#formulario fieldset div.fm-optional label:before {
content: "";  /* Remove asterisk before form labels */
}

#formulario .fm-optional input {
/*border : 1px solid #000000; */
}

/* the legend label for forms that sits on the fieldset border */
#formulario legend { 
font-size:10px;
font-style: bold;
color : #FFFFFF;
border:1px solid #000000;
background-color: #3D6354;
margin : 0;
margin-top:5px; 
padding :2px 9px 3px 9px;
}


/* hidden label of form fields, set to display block to avoid need for break tags on form labels. change margin and font details only */
#formulario label { 
display : block;
margin-top:7px;
margin-bottom:3px;
/*font-weight:bold;*/
font-size:1em;
color:#000000;
}

/* colour of required indicators and important form messages */

#formulario .alert {
 color:#000000;
 font-weight:normal;
 font-size:1em;
 margin-bottom:2px;
 font-style: italic;
}


#formulario .highlight {
 color:#803c3c;
 font-weight:normal;
 font-size:10px;
}

/* makes submit buttons look less clunky on pc and firefox etc. be careful that changing these styles renders buttons right size on all browsers */
#formulario input.submit
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 1px;
background-color: #FFF;
color: #803c3c;
font-size: 100%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/*FIN PANEL IZQDO*/
#tabs ul
{
list-style-type: none;
padding: 0;
margin:0;
position: relative;
}

#tabs li
{
display: inline;
text-align: center;
/*margin: 0 3px;*/
margin:0;
padding:0;
font-weight: bold;
}

#tabs li a
{
/*padding: 0px 0px;*/
color: #666;
padding: 3px 5px 0px 5px;
text-decoration: none;
border-top: 1px solid #f00;
border-left: 1px solid #f00;
border-right: 1px solid #f00;
}

#tabs li a:hover
{
color: #000;
border-top: 1px solid #f00;
border-left: 1px solid #f00;
border-right: 1px solid #f00;
padding-top: 1em;
background-color: #ccc;
}

#tabs li a#current
{
 color: #000;
 border-top: 1px solid #f00;
 background-color: #ccc;
 padding-top: 1em;
}