@import url("estiloGeneral.css");
@charset "utf-8";
/* CSS Document */

#contenedorBase{
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	color:#CCCCCC;	
}

#contenedorSuperior{
	font-size:9px;
	line-height:10px;
	height:325px;
	width:790px;
	background-color:#FFFFFF;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:90px 250px;
	border-left:10px solid #FF9900;
}

#contenedorMedio{
	height:4px;
	width:790px;
	font-size:2px;
	border-left:10px solid #FF9900;
	background-color:#FFFFFF;
	background-image:url(../images/degradado.jpg);
}

#contenedorInferior{
	height:271px;
	width:790px;	
	border-left:10px solid #990000;
	background-color:#FFFFFF;
}

#contenedorAccesos{
	width:400px;
	position:relative;
	left:490px;
	top: 20px;
}

#accesoSuperior{
}

#accesoInferior{
	clear:both;
	text-align:left;
}

#accesoIzquierdoVacio{
	float:left;
	width:100px;
}

#accesoDerechoVacio{
	float:left;
}

#accesoIzquierdo{
	float:left;
	text-align:right;
	width:100px;
}

#accesoDerecho{
	float:left;
	text-align:left;
}

#email{
	border-left:10px solid #990000;
	padding-left:5px;
}

#clientes{
	border-right:10px solid #FF9900;
	padding-right:5px;
}
.linkAcceso{	
	color:#CCCCCC;
}
#contenedorTags{
	width:368px;
	height:222px;
	position:relative;
	left:320px;
	top:23px;
	text-align:justify;
	color:#CCCCCC;
	line-height:24px;
}

.tag1{
	font-size:21pt;
}
.tag1_a{
	font-size:21pt;
	color:#999999;
	font-weight:bold;
}
.tag1_b{
	font-size:21pt;
	color:#FF9900;
	font-weight:bold;
}
.tag2{
	font-size:15pt;
}
.tag3{
	font-size:12pt;
}
.tag4{
	font-size:9pt;
}
.tag5{
	font-size:7pt;
}
