﻿/* ================================
    CAV MENU CSS STYLES  Ver. 1.0
	ARQUIGRAFO
   ================================
*/   

/***********************************/
/* Fondos de Pagina y  Tablas HTML */
/***********************************/

.Header {
	margin: 0px auto;
	height: 120px;
	padding-top:20px;
	background: url(imgs/header_bg.jpg) repeat-x;
	border-top:solid 10px #572600;
	border-bottom:solid 10px #f9f9f9;
	width:100%;
}

.Contents {
	height:auto;
	background-color:#fff;
	padding:20px 0 100px 0;
	width:100%;
}

.Footer1 {
	margin: 0px auto;
	padding:30px 0 40px 0;
	background-color:#572600;
	width:100%;
	
}

.Footer2 {
	margin: 0px auto;
	height:30px;
	color:#fff;
	font-size:16px;
	padding-top:10px;
	background-color:#ee8a1d;
	width:100%;
}

.Wrap {
	margin: 0px auto;
	width:940px;
}
/************************/
/* Etiquetas y textos   */
/************************/
.Title_orange
{
	color:#ee8a1d;
	font-size:60px;
	line-height:60px;
	text-transform:uppercase;
	font-weight:lighter;
}

.SubTitle_brown
{
	color:#572600;ee8a1d
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
}

.SubTitle_brown a
{
	color:#572600;ee8a1d
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
}
.SubTitle_orange
{
	color:#ee8a1d;
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
}

.Normal_14 {
	color:#333333;
	font-size:14px;
	line-height:16px;
}

.Normal_14 a{
	color:#333333;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}

.Normal_16 {
	color:#929292;
	font-size:16px;
	line-height:20px;
}

.Ligas_footer
{
	font-size:12px;
	color:#FFF;
	line-height:16px;
}

.Ligas_footer a
{
	color:#FFF;
	line-height:26px;
	text-decoration:none;
}

.URL {
	text-transform:uppercase;
	color:#ee8a1d;
	font-size:24px;
	line-height:24px;
}

.Slogan {
	font-size:30px;
	line-height:34px;
	color: #929292;
	font-weight:lighter;
}
/***********************/
/* Formas */
/***********************/

.forma {
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px; 
  	border-radius: 5px;
	border: 0px;
	margin: 0px;
	font-family: "Calibri", tahoma, arial, verdana, san_serif;
	font-size: 14px;
	color: #666;
   	background: #eeeeee;
	padding:2px;
}

/***********************/
/* Carousel */
/***********************/
.image_carousel {
	padding: 10px 0 10px 10px;
	
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	display: block;
	float: left;
	padding:5px;
	height:200px;
}
.clearfix {
	float: none;
	clear: both;
}

/***********************/
/* Listas */
/***********************/


ul {
	margin-left: 1em;
	padding-left: 0em;
	list-style-position: outside;
	list-style-type: disc;
}

ul li{
	list-style-type: disc;
}

ol {
	margin-left: 0em;
	padding-left: 3em;
	list-style-type:circle;
}

/***********************/
/* Botones */
/***********************/

.btmenu {
  margin: 5px 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	text-transform: none;
}

.btmenu a {
  	float: left;
  	height: 30px;
 	line-height: 30px;
  	position: relative;
  	margin: 0;
  	padding: 0 15px 0 15px;
  	background-color:transparent;
  	color: #572600;
  	text-decoration: none; 
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;
	text-transform:uppercase;
} 

.btmenu a:hover {
  	background-color: #ee8a1d;
  	text-decoration: none;
	color: #fff;
}


.btenviar {
  margin: 5px 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	text-transform: none;
}

.btenviar a {
  	float: left;
  	height: 30px;
 	line-height: 30px;
  	position: relative;
  	margin: 0;
  	padding: 0 15px 0 15px;
  	background-color:#ee8a1d;
  	color: #fff;
  	text-decoration: none; 
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px; 
  	border-radius: 8px;
	text-transform:uppercase;
} 

.btenviar a:hover {
  	background-color: #df7604;
  	text-decoration: none;
	color: #fff;
}
/***********************/
/* Fotos               */
/***********************/

.foto {
    border: solid 1px #eee; 
	background-color: #fff; 
	padding: 3px; 
	-webkit-box-shadow: 0 8px 10px -10px black;
	   -moz-box-shadow: 0 8px 10px -10px black;
	        box-shadow: 0 8px 10px -10px black;
}


/***********************/
/* Slideshow           */
/***********************/

#slideshow {
    position:relative;
    height:390px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/***********************/
/* Controles estandard */
/***********************/

body {
	font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link  
{
   	text-decoration: none;
}

A:visited   
{
	text-decoration: none;
}

A:active    
{
	text-decoration: none;
}

A:hover 
{
	text-decoration: underline;
}
