@charset "utf-8";
/* CSS Document */
/* Reseteo de CSS */
* {
	margin: 0;
	border: 0;
	/* Configuracion de tipo de letra y tama嬱o por defecto */
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
}

html, body {
	margin:0px;
	padding:0px;
	text-align:left;
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
	
	/* Configuracion de color de letra por defecto */
	color: #000000;
	background: #404040 url(../images/bgtop.jpg) repeat-x;
}

/* Configuracion de enlaces */
a:link		{ text-decoration: none; color: #000000; }
a:visited	{ text-decoration: none; color: #000000}
a:hover		{ text-decoration: none; color: #000000; }
a:active	{ text-decoration: none; color: #000000; }

/* Configuracion de encabezados */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
p { float:left; text-align:justify; }

/* Configuracion de textos */
.TextoBlanco	{ color:#FFF; }
	a.TextoBlanco	{ color:#FFF; }
.TextoRojo 		{ color: #C30; }
	a.TextoRojo 	{ color: #C30; }
.TextoAzul 		{ color: #00F; }
	a.TextoAzul 	{ color: #00F; }
.TextoNaranja	{
	color: #FD7704;
	text-shadow: #000000 0 0 0px;
	background-position: 0 0;
}
	a.TextoNaranja	{ color: #FF7707; }

/* Configuracion de la estructura de la pgina */
#STweb {
	width: 980px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#STweb #Superior {
	float: left;
	height: 150px;
	width: 980px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #da4f01;
	position:relative;
	z-index:24;
}
#STweb #Central {
	width: 960px;
	float: left;
	background-color: #eaeaea;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/fondo.png);
	background-repeat: repeat-x;
}
#STweb #Central #Inferior {
	float: left;
	width: 960px;
	padding-top: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5D95C3;
	margin-top: 20px;
}
#STweb #Inferior2 {
	float: left;
	width: 980px;
	height: 50px;
	background-image: url(/images/fondoreflejoinf.png);
	background-repeat: repeat;
}
#STweb #Central #Cuerpo {
	float: left;
	width: 540px;
	margin-right: 20px;
	margin-left: 20px;
}
#STweb #Central #Izquierda {
	float: left;
	width: 190px;
}
#STweb #Central #Derecha {
	float: left;
	width: 190px;
}
#STweb #Central #Cuerpo p {
	width: 540px;
	float: left;
}
#STweb #Central #Izquierda .MenuC1 {
	background-color: #d8d9d9;
	list-style-type: none;
	float: left;
	width: 180px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(/images/fondoMenuC1.jpg);
	background-repeat: repeat;
	border: 1px ridge #c0c0c0;
}
#STweb #Central #Izquierda .MenuC1 li {
	float: left;
	width: 180px;
}
#STweb #Central #Izquierda .MenuC1 li a {
	float: left;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
#STweb #Central #Izquierda .MenuC1 li a:hover {
	color: #000000;
}
#STweb #SeccSup {
	float: left;
	width: 780px;
	padding-left: 200px;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e72b01;
	background: transparent url(../images/menu_bg.jpg) repeat-x;
}
#STweb #SeccSup a {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	color: #FFF;
	font-weight: bold;
}
#STweb #SeccSup .separador {
	float: left;
	height: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#STweb #SeccSup a:hover {
	background: #797979 url(../images/menu_bg_over.jpg) repeat-x;
}
#STweb #Central #Izquierda p {
	width: 190px;
}
#STweb #Central #Cuerpo #RotadorPromosGrandeIndex {
	float: left;
	height: 300px;
	width: 530px;
	border: 5px solid #666;
	background-color: #FFF;
}
#STweb #Central #Cuerpo #MapaGoogle {
	float: left;
	height: 300px;
	width: 530px;
	border: 5px solid #666;
	background-color: #FFF;
}
#STweb #Central #Inferior p {
	float: left;
	width: 960px;
}
#STweb #Central #Inferior #ListadoEnlacesInf {
	float: left;
	width: 960px;
}
#STweb #Central #Inferior #ListadoEnlacesInf li {
	float: left;
}
#STweb #Central #Inferior #ListadoEnlacesInf li a {
	padding: 5px;
	width: 284px;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
	background: #E7EDF5  no-repeat right;
	
	filter: alpha(opacity=50) ;
	opacity: .5 ;
	-moz-opacity:0.5 ;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#STweb #Central #Inferior #ListadoEnlacesInf li a:hover {
	background-color:#5D95C3;
	color:#FFF;
	font-weight:bold;
	filter: alpha(opacity=100) ;
	opacity: 1;
	-moz-opacity:1 ;
}
#STweb p {
	float: left;
	width: 980px;
}
#STweb #Central #Derecha p {
	width: 190px;
}#STweb #Central #Derecha #Buscador {
	padding: 5px;
	width: 180px;
	background-color: #E7EDF5;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#STweb #Central #Derecha #Buscador p {
	width: 180px;
}
#STweb #Central #Derecha #Buscador .TituloBuscador {
	padding: 5px;
	width: 170px;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #FD7704 url(../images/buscador.gif) no-repeat;
}
.TextListForm {
	border: 1px solid #666;
	padding: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2p
}
.BotonForm {
	padding: 5px;
	float: left;
	background-color: #FD7704;
	font-weight: bold;
	color: #FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-right:20px;
	padding-left:20px;
}
#STweb #Central #Derecha #RotadorCochesLI {
	float: left;
	width: 190px;
	text-align: center;
	height:250px;
}
#STweb #Central #Derecha #RotadorCochesLI #Anuncio {
	float: left;
	width: 190px;
}
#STweb #Central #Derecha #RotadorCochesLI a img {
	margin-bottom: 5px;
	border:solid 1px #666;
}
#STweb #Central #Cuerpo ul {
	float: left;
	margin-left: 50px;
	width: 490px;
}
#STweb #Central #Cuerpo ul li {
	float: left;
	list-style-type: disc;
	width: 490px;
}
#STweb #Central #Cuerpo .Titulo {
	float: left;
	width: 540px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
#STweb #Central #Cuerpo p .ImagenFlotandoDerecha {
	float: right;
	width: 200px;
	height: 150px;
	border: 5px solid #E7EDF5;
	margin-left: 10px;
}

#STweb #Central #Cuerpo p .ImagenFlotandoIzquierda {
	float: left;
	width: 200px;
	height: 150px;
	border: 5px solid #E7EDF5;
	margin-right: 10px;
}
#STweb #Central #Cuerpo .ListadoVehiculos {
	float: left;
	width: 540px;
	margin-top: -10px;
	list-style:none;
	margin-left: 0px;
}
#STweb #Central #Cuerpo .ListadoVehiculos li {
	margin:0px;
	padding:0px;
	padding: 10px;
	float: left;
	width: 520px;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	list-style:none;
}
#STweb #Central #Cuerpo .ListadoVehiculos li a img {
	float: left;
	border: 1px solid #666;
	width: 120px;
	margin-right: 10px;
}
#STweb #Central #Cuerpo .Ficha_Anuncio_FotoListado {
	margin: 5px;
	float: left;
	width: 96px;
	border: 1px solid #666;
	height: 75px;
	
	filter: alpha(opacity=60) ;
	opacity: .6 ;
	-moz-opacity:0.6 ;
}
#STweb #Central #Cuerpo .Ficha_Anuncio_FotoListado:hover {
	filter: alpha(opacity=100) ;
	opacity: 1;
	-moz-opacity:1 
}
#STweb #Central #Cuerpo .Notificacion {
	padding: 10px;
	float: left;
	width: 520px;
	background-color:#E7EDF5;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
}
#STweb #Central #Cuerpo .ckeditor {
	float: left;
	width: 540px;
}
#STweb #Central #Cuerpo .ckeditor p {
	margin: 1em 0;
}

#llamanos {
	background: url(http://www.fordnules.com/images/llamanos.gif) no-repeat;
	float: left;
}

.bullets {
	background: url(../images/bullet.png) no-repeat;
}

