.right .item {
        padding: 6px 12px;
        border: 1px solid #ccc;
        background: #fff;
        margin-bottom: 8px;
}

.left ul
        {
        padding-left: 20px
        }

.errores
        {
        color: red;
        font-weight: bolder;
}

.datos
        {
        font-weight: bolder;
        }

.resaltado
	{
	font-weight: bold;
	font-size: 12px
	}

.gris
	{
	background-color: #bbbbbb;
	}

.anuncio
	{
	background-color: red;
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bolder;
	color: yellow;
	border: 5px solid #000;
	margin-left: 200px;
	text-align: center;
	}

table { 
font-size: 11px;
	}
/*input 
	{ 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 12px; 
	color: black; 
	background-color: #ffffdd; 
	border: #000000; 
	border-style: solid; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-left-width: 2px
	}

.input_fecha
	{
	border-top-width: 1px; 
        border-right-width: 1px; 
        border-bottom-width: 1px; 
        border-left-width: 1px
	}
*/
.boton
	{
        font-family: Tahoma, Verdana, Arial;
        font-size: 12px;
        color: black;
        background-color: #ffff88;
        border: #000000;
        border-style: solid;
        border-width: 1px;
	}

.imglimpia
	{	
	border: #000000;
        border-style: solid;
        border-width: 0px;
	}

/*select 	
	{ 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	color: black; 
	background-color: #ffffdd; 
	border: #000000; 
	border-style: solid; 
	border-width: 1px;
	} 
*/

/* ALERTA */
#modalContainer {
        background-color:transparent;
        position:absolute;
        width:100%;
        height:100%;
        top:0px;
        left:0px;
        z-index:10000;
        background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
        position:relative;
        width:600px;
        text-align: center;
        min-height:100px;
        margin-top:50px;
        border:2px solid #000;
        background-color:#ffdfc6;
        background-image:url(images/alert.png);
        background-repeat:no-repeat;
        background-position:2px 30px;
}

#modalContainer > #alertBox {
        position:fixed;
}

#alertBox h1 {
        margin:0;
        font:bold 14px sans-serif;
        background-color:#ff7200;
        color:#FFF;
        border-bottom:1px solid #000;
        padding:2px 0 2px 5px;
}

#alertBox p {
        font:bold 12px sans-serif;
        height:50px;
        padding-left:5px;
        margin-left:55px;
        margin-top:25px;
}

#alertBox #closeBtn {
        display:block;
        position:relative;
        margin:5px auto;
        padding:3px;
        border:2px solid #000;
        width:70px;
        font:0.7em sans-serif;
        text-transform:uppercase;
        text-align:center;
        color:#FFF;
        background-color:#ff4200;
        text-decoration:none;
}

/* FIN ALERTA */

/***************************************/
/* ———– My Form ———– */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ———– stylized ———– */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

