@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////
// @Sitio: Ruths Chris		 								 		 	 //
// @Version: 1.0														 //
// @Autor: Juan J. Lopez Lira   										 //
// @Fecha: 23 Diciembre 2009											 //
// @Descripcion: Archivo de Estilos Globales CSS					 	 //
/////////////////////////////////////////////////////////////////////////*/

* {
    padding:0px;
    margin:0px;
}
body {
    margin:0;
    padding:0;
    background: #710000;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight:normal;
    text-align:justify;
    color: #333;
}
form {
    border:0px;
    margin:0px;
    padding:0px;
}
a, img, iframe {
    border:0px;
}
.clear {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.img-left {
    float:left;
}
.img-right {
    float:right;
}

/*///////////////////////////////////////////
//				Paginator				   //		
///////////////////////////////////////////*/

.paginator {
    width:100%;
    height:auto;
    padding:10px;
    text-align: center;
}
.paginator a {
    width:auto;
    height:auto;
    padding:5px 10px;
    color:#103c67;
    text-decoration:none;
    background:#fff;
    border:1px solid #ccc;
    font-size:0.8em;
}
.paginator a:hover {
    color:#FFF;
    border:1px solid #ccc;
    background:#103c67;
}

/*//////////////////////// G U E S T /////////////////////*/

#box_anio{
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

#box_mes{
    float: left;
    margin-top: 2px;
}

.txt_guest{
    float: left;
    font-size: 12px;
    line-height: 21px;
    margin-right: 10px;
}

.mri{
    margin-right: 15px;
}

#box_anio select{
    width: 65px;  
}

#box_mes select{
    width: 95px;
}
