body {
    font-family:tahoma;
    padding:0px;
    margin:0px;
    background:#f5f5f5
}
 
div.content {
    padding:10px 20px;
	position:relative;
}
div.content h1 {
    font-size:18pt;
    border-bottom:5px solid #a00;
    padding:0px;
    margin:10px 0px 20px;
    width:100%;
}

table{
/*float:left;*/
}
 
div.content div.data table {
    border:2px solid #000;
    background:#fff;
    width:100%;
}
div.content div.data table td {
    font-size:10pt;
    padding:5px 10px;
    border-bottom:1px solid #ddd;
    text-align: left;
}
div.content div.data table th {
    text-align: left;
    font-size: 8pt;
    padding: 10px 10px 7px;
    text-transform: uppercase;
    color: #fff;
    background:url(images/head.gif) left -5px repeat-x;
}
 
div.paging {
    font-size: 9pt;
    margin:5px 0px;
}
div.paging a {
    color:#900;
    text-transform: uppercase;
    text-decoration: none;
	margin: 0 5px 0 5px;
}

div.paging strong {
    margin: 0 5px 0 5px;
}

div.paging a:hover {
    color:#c00;
}
div.paging b {
    color:#900;
}
 
div.success {
    font-size:14pt;
    background:url(images/accept.png) left 5px no-repeat;
    padding:0px;
    padding-left:20px;
    margin:0px 0px 10px;
    color:#060;
    width:80%;
}
 
a.update, a.delete, a.add, a.view, a.back, a.next {
    font-size: 9pt;
    color:#900;
    font-wight:bold;
    padding-left:20px;
    text-decoration: none;
}
a.update {
    background:url(images/update.png) left center no-repeat;
}
a.delete {
    background:url(images/delete.png) left center no-repeat;
}
a.add {
    background:url(images/add.png) left center no-repeat;
}
a.view {
    background:url(images/view.png) left center no-repeat;
}
a.back {
    background:url(images/prev.gif) left center no-repeat;
}
a.next {
    background:url(images/next.gif) left center no-repeat;
}
a.update:hover, a.delete:hover, a.add:hover, a.view:hover {
    color:#000;
}
 
input.text {
    border:2px solid #aaa;
}
 
.error {
    background: #FBE6F2 none repeat scroll 0 0;
    border: 1px solid #D893A1;
    color: #333333;
    margin: 5px 0 0;
    padding: 5px;
    font-size: 12px;
    font-family: Lucida Grande,Verdana,Geneva,Sans-serif;
}


/*Estilos generales*/
body{
	background-color: gray;
}
#logo-icicor{
	width: 170px;
	margin-left: 1%;
	margin-top: 1%;
	display: inline-block;
	float: left;
}
#principal{
	background-color: lightgray;
	padding-bottom: 1%;
}
h1{
	font-size: 22px;
	text-align: center;
	color: lightgrey;
	background-color: #B2434C;
	float: left;
	width: 100%;
}
#contenido{
	background: #fefefe;
	height:auto;
	margin-top:1%;
	font-size: 14px;
	border: 1px solid lightgray;            
}
p{
	font-weight: bold;
}
#bloque-izquierdo{
	width: 17%;
	margin-right: 3%;
	float: left;
	margin: 1%;
}
#area-central{
	width: 73%;
	float: left;
	padding: 2.5%;
	border: 1px solid lightgray;
	margin: 1%;
}
#menu-principal, #menu-login{
	border: 1px solid lightgray;
	padding: 5%;
	margin-bottom: 5%;
}
#pie_pagina{
	padding: 3% 0 3% 0;
	font-size: 11px;
	text-align: center;
	color: black;
}
#pie_pagina p{
	color: black;
}


.campoTabla{
width:70px;
}

select option{
	display:block;
}

input.form-control, select.form-control{
	background-color: #fff !important;
    color: black !important;
}