/* CSS Document */
/*body,td,th,p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/

/****************** postBlockGris */
postBlockGris 
{
	border:1px #999999 solid;
	border-top:2px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding:3px;
	margin-bottom:10px;
}
postBlockGris titulo
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:justify;
}
postBlockGris tituloSencillo
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:justify;
	
}
postBlockGris contenido
{
	padding:3px;
	padding-top:1px;
	background-image:url(../images/barVertGreytoWhite50x300.png);
	background-position:top;
	background-repeat:repeat-x;
	
}

postBlockGris contenido P
{
	margin: 3px;
	padding:3px;
	padding-top:1px;
	text-align:justify;
}


/****************** boxLateralRojo */
.boxLateralRojo
{
  
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.boxLateralRojo .marcoIzq
{
height: 25px;
line-height: 25px;
width:7px;
padding:0px;
margin:0px;
background-image: url("../images/boxLateralRojo2_1.png");
background-repeat: no-repeat;
}

.boxLateralRojo .titulo{
height: 25px;
line-height: 25px;
padding:0px;
margin:0px;
background-image: url("../images/boxLateralRojo2_2.png");
background-repeat: repeat-x;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #FFDCDC;
}

.boxLateralRojo .marcoDer
{
height: 25px;
line-height: 25px;
width:7px;
padding:0px;
margin:0px;
background-image: url("../images/boxLateralRojo2_3.png");
background-repeat: no-repeat;
}

.boxLateralRojo .contenido{
background-color:#E9E9E9;
padding:5px;
margin:0px;
text-align:justify;
  border-left: 2px solid #7e0000;
    border-right: 2px solid #7e0000;
    border-bottom: 2px solid #7e0000;
}



/*********************************************************************************    Tabla RTO    ***********/

.tablaRTO{
	border:#939598 solid 1px;
}
.tablaRTO td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tablaRTO th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#a70e13;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}


/*********************************************************************************    Search Rosarito   ***********/

#search_box {
    width: 201px;
    height: 31px;
    background: url(http://www.rosarito.gob.mx/rto/images/searchBox/bg_search_box.gif);
}
#search_box #textoBusqueda {
    float: left;
    padding: 0;
    margin: 6px 0px 0px 6px;
    border: 0;
    width: 160px;
    background: none;
}
#search_box #btnBuscar {
    float: right;
    margin: 3px 4px 0 0;
}

