
/*-------------------------CAFE PORTFOLIO ~ C(_) by LETICIA CHAMORRO-------------------------*/

body 
{
	font-family: "Trebuchet Ms", Verdana, Arial, sans-serif;
	background-color:#291822;
	font-size:12px;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
}

#contenedor
{
	position:relative;
	margin:auto;
	z-index:1;
	width:960px;
}

.center
{
	margin:auto;
	left: 0px;
	top: 15px;
	font-size:12px;
	color:#FFFFFF;
}



/*-----------------------------------------ENLACES-----------------------------------------*/

a:link {
	color:#ffffff;
	text-decoration: none;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color:#ffffff;
	text-decoration:none;
}



/*-----------------------------------------ENCABEZADO-----------------------------------------*/

.head
{
 	background:url(images/head.jpg) no-repeat top;
	padding-right:20px;
	padding-top:260px;
	padding-bottom:28px;
}



/*--------------------------------------------MENU--------------------------------------------*/

#menu {
	list-style-type:none;
	text-align:right;
	padding:0;
	margin:0;
	position: relative; 
	top:-5px;
	padding-right:10px;
	line-height: normal;
	
}


#menu li {
		padding: 0;
		margin:0;
		width:100px;
		float:right;
		margin-left:5px;
} 

#menu li .menu_li_1 {
			display: block;
			height:28px;
			width:78px;
			background:url(images/btn_inicio.png) 0 0 no-repeat;
		}

#menu li .menu_li_2 {
			display: block;
			height:28px;
			width:78px;
			background:url(images/btn_lett.png) no-repeat;
		}
		
#menu li .menu_li_3 {
			display: block;
			height:28px;
			width:101px;
			background:url(images/btn_portfolio.png) no-repeat;
		}
		
#menu li .menu_li_4 {
			display: block;
			height:28px;
			width:145px;
			background:url(images/btn_contactame.png) no-repeat;
		}


#menu li .menu_li_1:hover, #menu li .menu_li_2:hover, #menu li .menu_li_3:hover, #menu li .menu_li_4:hover {
			background-position: 0 -28px;
		}


/*------------------------------------COLUMNAS CONTENIDO------------------------------------*/

#center_left {
    float: left;
	padding-top:20px;
	margin: 10px;
	width: 450px;
}
	
#center_right {
	padding-top:20px;
    float: left;
	padding-left:20px;
	margin: 10px;
	width: 430px;
}



/*----------------------------------HOMEPAGE-----------------------------------------*/

#vermas a{
	  width:101px;
	  height:28px;
	  display: block;
	  background: url(images/vermas.png) no-repeat 0 top;
	  padding: 0;
	  margin-right:30px;
	  float:right;
}

#vermas a:hover {
	  background-position: 0 -28px;
}

#tarjetita {
	left:422px;
/*	top:486px;*/
	width:226px;
	height:168px;
	background: url(images/tarjetita.jpg) center no-repeat;
}

#col_01 {
	width:255px;
	float:left;
	padding-left:20px;
	padding-top:20px;
}

#col_02 {
	width:245px;
	float:left;
	padding-top:20px;
	margin-left:12px;
	margin-right:5px;
}

#col_03 {
	width:400px;
	float:left;
	padding-top:20px;
}

#twitter_bg {
	background:url(images/twitter-bg.jpg) left no-repeat;
	height:147px;
	color:#3f2e38;
	padding-left:10px;
	padding-top:35px;
	padding-right:10px;
	padding-bottom:5px;
	width:250px;
}

#twitter_bg a {
	color:#3f2e38;
	text-decoration:underline;
}

#presupuesto a{
	  width:220px;
	  height:28px;
	  display: block;
	  background: url(images/solicitar-presupuesto.png) no-repeat 0 top;
	  padding: 0;
	  margin-right:10px;
	  /*float:right;*/
}

#presupuesto a:hover {
	  background-position: 0 -28px;
}

.last {
	padding-left:20px;
	}


/*-------------------------------------------LETT-------------------------------------------*/

#gracias {
	margin-top:20px;
	margin-right:20px;
	margin-left:10px;
	margin-bottom:10px;
	background:url(images/gracias.jpg) no-repeat;
	width:138px;
	height:106px;
	float:right;
}

#download_cv {
	  width:147px;
	  height:28px;
	  display: block;
	  background: url(images/descargar-cv.png) no-repeat 0 top;
	  padding: 0;
	  margin:0;
	  float: right;
	  line-height: normal;
}

#download_cv:hover {
	  background-position: 0 -28px;
}



/*----------------------------------------NOTICIAS----------------------------------------*/

#news_left {
    float: left;
	padding-top:20px;
	margin: 10px;
	width: 250px;
	text-align:left; 
}
	
#news_right {
	padding-top:20px;
    float: left;
	padding-left:20px;
	margin: 10px;
	width: 650px;
	text-align:left; 
}


.marcada {
	margin:0px;
	padding:7px;
	background-color:#996E48;
	border: solid #996E48;
	text-decoration:none;
	font-size:16px;
}


#paginas{
	font-size:13px;
	padding:5px;
	width:400px;
	margin:0px;
}

#paginas a {
	margin:0px;
	padding:4px;
	background-color:#815a38;
	border: solid #996E48;
	text-decoration:none;
}

#paginas a:hover {
	background-color:#996E48;
	border: solid #996E48;
	color:#FFFFFF;
	margin:0px;
	padding:4px;
}



/*----------------------------------------CONTACTO----------------------------------------*/

#contact-area {
	width: 400px;
	margin-top: 10px;
	margin-left:10px;
	padding-top:20px;
    float:left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #BA997B;
	background-color:#996E48;
	font-family:"Trebuchet Ms", Verdana, Arial, sans-serif;
	color:#FFFFFF;
}

#contact-area textarea {
	height: 150px;
	font-family:"Trebuchet Ms", Verdana, Arial, sans-serif;
	color:#FFFFFF;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #BA997B;
	background-color:#996E48;
	font-family:"Trebuchet Ms", Verdana, Arial, sans-serif;
	color:#FFFFFF;
}

#contact-area input.submit-button {
	width: 80px;
	height:30px;
	float: right;
	font-size:14px;
    font-weight:bolder;
	font-family:"Trebuchet Ms", Verdana, Arial, sans-serif;
	color:#FFFFFF;
	margin-right:40px;
	background-color:#472223;
	border: 2px solid #BA997B;
	cursor:pointer;
}

#loqueseacontacto {
	width: 215px;
	float:left; 
	background: #472223 url(images/separadorpie.gif) repeat-y right;
	padding:14px;
	height:140px;
	}

#twitter {
	width: 150px;
	float:left;
	background-color:#5E392A;
	padding:14px;
	height:140px;
    }



/*-------------------------------------------OTROS-------------------------------------------*/

ul{
	margin:0px;
	padding-left:0px;
	list-style:none;
}

p {
margin:0;
padding:0;
}


.clear {
	clear: both;
	}

.motigo {
	display:none;
	}

/*-------------------------------------------FOOT-------------------------------------------*/

.foot
{
	background-image:url(images/foot.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	height:165px;
	font-size:11px;
	color:#FFFFFF;
	margin: 0;
}

.foot_txt {
	width:960px;
	margin:auto;
	padding-top:40px;
	line-height:20px;
}

.footsection {
	float:left;
	padding-left:50px;
	height:85px;
}

.nav {
	width:150px;
}

.nav2 {
	width:170px;
}

.links {
	width:220px;
}

.foot .foot_txt .footsection li {
	margin:0px;
	list-style:none;	
}
.separador {
	background-image: url(images/separadorpie.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#icons ul li{
      display: inline;
	  padding: 0px 7px;
      margin:0px; 
	  width: auto;
	  
} 

.textosubrayado {
	text-decoration:underline;
}


/*-------------------------------UPDATE YOUR BROWSER U_U --------------------------------*/

#upgrade {
margin: 5px auto;
padding: 5px 5px 5px 5px;
width: 960px;
background: #FFFF66;
color: #CC0000;
font-weight:bolder;
border: 1px #000;
}