﻿html, body
{
	margin: 0;
	padding: 0;
} 

body
{
	width: 100%;
	margin: auto;
	/*background-image: url(Imagenes/fondo.png);
	background-repeat: repeat;*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
		
}

#contenedor 
{
	height:100%;
}
 
#cabecera
{
	position: relative;
	height: 105px;
	width: 100%;
	/*background-image: url(Imagenes/cabecera.png);*/
	background-image:url('Imagenes/superior.jpg');
	background-position:center top;
	background-repeat: no-repeat;
} 

#menu
{
	width: 20%;
	float: left;
	position: relative;
}

.menu_barra {
	height:32px; 
	width:100%; 
	text-indent:30%;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
	background-color:#333333;
	
	
}

#mnuHerramientas{

}

#mnuHerramientas a {
	color:silver;
	padding-left:10px;
	font-size:14px;
	line-height:2em;
}

#mnuHerramientas a img {
	color:silver;
	padding-right:10px;
}


#mnuHerramientas a:hover {
	color:#fff;
	text-decoration:none;
}

#trvMenu{
	background-color:#666;
	border-top:1px silver solid;
	border-bottom-right-radius:10px;
	 box-shadow: 0px 0px 3px #000;
   -webkit-box-shadow: 0px 0px 3px #000;
   -moz-box-shadow: 0px 0px 3px #000;
}


#trvMenu a {
	color:#CCC;
	text-indent:20px;


}

#trvMenu a:hover {
	color:#FFFFFF;
}


.Cabecera_menus {
	border-bottom:1px silver solid;
}

.prueba {
	border-bottom:1px orange solid;
	background-color:#333;
	color:black;
}


#contenido
{
	/* background-color: whitesmoke; */
	float: right;
	display: inline;
	position: relative;
	width: 80%;
}

.tabla table {
	margin:0px auto;
	text-align:center;
	width:90%;
}

#pie
{
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #696969;
	text-align: center;
} 

#pie a
{
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	line-height:60px;
} 

#pie a:hover
{
	text-decoration: underline;
} 

.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
 
@media print
{ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

.modalBackground
{
	background-image: url(Imagenes/fondo_transparente.png);
	background-repeat: repeat;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.divPopUp
{
	background-color:#FFFFFF;
	border:1px silver solid;
	border-radius:10px;
	 box-shadow: 0px 0px 10px #000;
   -webkit-box-shadow: 0px 0px 10px #000;
   -moz-box-shadow: 0px 0px 10px #000;
   padding:1%;

		
}

.divPopUpTitulo
{
	background-color: #333;
	color: #ffffff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom:2px orange solid;
	font-size:20px;
	text-align: center;
	line-height:1.5em;
	vertical-align: middle;
}

.divPopUpBotones
{

}

.divPopUpBotones a {
	
	
}



input[type=text], input[type=password], select
{
	background-color: #fffbff;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #696969;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

input[type=submit], input[type=button]
{
	background-color: #333;
	border-radius:5px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	border:0px;
	line-height:2em;
}

.divPopUp a
{
	background-color: #333;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align:center;
	display:block;
	width:130px;
	height:30px;
	line-height:30px;
	border-radius:5px;
	margin:0px auto;
	margin-bottom:1em;
}

.divPopUp a:hover
{
	color:#fff;
}
