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

body {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:800;
	background:url(/_img/bg_plastificadodepisos.jpg) repeat;
	margin:30px 0 20px 0;	}

/*--CLASES GENERALES --*/

.left {float:left;}
.right {float:right;}

.m_t_10 {margin-top:10px;}
.m_t_20 {margin-top:20px;}
.m_t_30 {margin-top:30px;}
.m_b_10 {margin-bottom:10px;}
.m_b_20 {margin-bottom:20px;}
.m_r_20 {margin-right:20px;}

.clear {clear:both;}

h1, h2, h3, h4 {margin:0; padding:0; font-weight:normal;}
h1 {font-size:18px}
h2 {font-size:24px;}
h3 {font-size:18px;}
h4 {font-size:16px;}

p {margin-bottom:10px;}

.underline {text-decoration:underline;}
.bold {font-weight:bold;}

.webcoral {
	font-size:9px;
	margin-top:5px;
	}

/*--CABECERA--*/

#banner_top {
	width:710px;
	height:70px;
	margin:0 auto;
	}
#banner_top_left {
	width:330px;
	height:70px; 
	float:left;
	}
#banner_top_right {
	width:380px;
	height:70px; 
	float:right;
	position:relative;
	}
#titulo_top {
	width:361px;
	height:30px;
	position:absolute;
	top:40px;
	right:0px;
	text-align:right;
	}

/*--MENU_TOP--*/

#menuhoriz {
	margin-top:10px;
	float:right;
	font-size:16px;
	}
#menuhoriz ul li {  
    display: inline;  
    padding: 2px 1px; /*Separar el texto*/  
    margin:0px; /* Separar los botones */  
    background-color:#ff6600; /* Color de fondo */  
    }  
#menuhoriz ul li:hover {  
    background-color:#ffffff; /* Color de fondo sobre el boton */  
    cursor: pointer; /* cambiar el aspecto del puntero */
    }  
#menuhoriz a {
	color:#FFFFFF;
	}
#menuhoriz ul li a:hover {
    text-decoration:none;
	color:#ff6600;
	}
	
/*--CONTENIDO--*/

#contenedor {
	width:790px;
	margin:0 auto;
	}
#borde_top {
	width:790px; 
	height:20px; 
	background:url(/_img/bg_cont_top.png); 
	}
* html #borde_top {
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/plastificados/_img/bg_cont_top.png", sizingMethod='crop');
	}	
#borde_bottom {
	width:790px; 
	height:20px; 
	background:url(/_img/bg_cont_bot.png); 
	}
* html #borde_bottom {
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/plastificados/_img/bg_cont_bot.png", sizingMethod='crop');
	}
#contenido_medio {
	width:710px;
	padding:0 40px;
	text-align:justify;
	background:url(/_img/bg_cont_mid.png);
	color:#333;
	}
#contenido_medio ul li {
	list-style:inside square;
	}
#contenido_medio ul ul li {
	margin-left:30px;
	list-style:inside circle;
	}
#contenido_medio a {
	color:#9933c;
	text-decoration:none;
	}
#contenido_medio a:hover {
	color:#000;
	text-decoration:underline;
	}
#titulo {
	padding:15px 0px;
	color:#ce5306;
	border-bottom:#CC6600 solid 1px;
	border-top:#CC6600 solid 1px;
	}
#contenido_medio_left {
	width:500px;
	float:left;
	}
#contenido_medio_right {
	width:200px;
	float:right;
	}

/*--CONTACTO--*/

#formulario {
	width:300px;
	margin:0 auto;
	}
.ancho_form {width:100%;}
	
/*--PIE--*/

#pie {
	width:750px;
	height:80px;
	padding:20px 20px 0 20px;
	margin:0 auto;
	background: url(/_img/bg_pie.png);
	text-align:center;
	font-size:12px;
	color:#000;
	}
* html #pie {
	background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/_img/fondo_pie.png", sizingMethod='crop');
	}
#pie a {
	color:#990099;
	text-decoration:none;
	position:relative; /*--para que funcionen los links en IE6 por el codigo de transparencia de los PNG--*/
	}
#pie a:hover {
	color:#993300;
	text-decoration:underline;
	}
