@charset "utf-8";
/* CSS Document */

* { 
margin: 0;
padding: 0;
}
body {
background: #853235;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
}
img { 
border: none;
}
h1 {
font-family:Arial, Helvetica, sans-serif;
color: #853235;
margin: 0;
font-size: 22px;
}
#container {
width: 850px;
margin: 0 auto;

}
#header {
width: 850px;
height: 77px;
margin: 0 auto;
}
#logo {
width: 212px;
height: 77px;
float:left;
}
#banner {
width: 636px;
height: 77px;
float:left;
}
#centro {
background: #FFF url(../img/bg.gif) repeat-y;
clear: both;
width: 850px;
margin: 0 auto;
float:left;
}
#left {
width: 200px;
float:left;
}
#newsletter {
	margin-top: 10px;
	float:left;
	padding:0 15px;
	color:#853235;
	}
#right {
width: 600px;
float:right;
background:#FFFFFF;
padding: 10px 20px;
}
#right a {
	color:#853235;
	text-decoration:none;
	text-align: right;
	}
#right .izquierda {
width: 250px;
float:left;
background:#FFFFFF;
padding: 10px 10px 0 0;
}
#right .derecha {
width: 340px;
float:left;
background:#FFFFFF;
}
#right p {
text-align:justify;
}
#pie {
clear: both;
width: 850px;
margin: 0 auto;
text-align:center;
color:#FFFFFF;
padding-top: 10px;
}

#pie a { text-decoration:none; color:#CCCCCC; }
#pie a:hover { text-decoration:underline; color:#fff; }

#button {
        width: 206px;
        padding: 0 0 1em 0;
        font-family: Arial, sans-serif;
        font-size : 11px;
        color: #333;
        }
        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }
        #button li {
                margin-top: 5px;
                list-style: none;
                list-style-image: none;
                }
        #button li a {
                display: block;
                padding: 4px 5px 5px 0.5em;
                border-left: 10px solid #BE9092;
                border-right: 10px solid #BE9092;
                background: #EADBDC;
                color: #853235;
				font-weight:bold;
                text-decoration: none;
                width: 100%;
                }
        html>body #button li a {
                width: auto;
                }
        #button li a:hover {
                border-left: 10px solid #BE9092;
                border-right: 10px solid #BE9092;
                background: #BC8B8E;
                color: #fff;
                }
        #button li #active {
                border-left: 10px solid #1c64d1;
                border-right: 10px solid #5ba3e0;
                background-color: #2586d7;
                color: #fff;
                }
table {
padding: 10px;
text-align:center;
}
table a {
text-decoration: none;
color:#853235;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

.btnInsertarRegistro{width:auto; float:left; padding:0 10px; height:25px; line-height:25px; background-color:#b54447; border:1px solid #fff; color:#FFF; text-decoration:none; margin:14px;}
.tableAdministracion{margin:0 auto; width:50%;}
