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

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;}

/* remember to define focus styles! */
:focus {
    outline: 0;}

body {
    line-height: 1;
    color: black;
    background: white;}

ol, ul {
    list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table{
    border-collapse: separate;
    border-spacing: 0;}

caption, th, td {
    text-align: left;
    font-weight: normal;}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";}

blockquote, q {
    quotes: "" "";}
	
/* FIN DEL RESET */

/* DIVs*/

body{
	margin:0;
	padding:0;
	background-color:#f5f5f5;
	}

	
/* --Content CSS-- */
		
	#index_content{
	width:930px;
	height:350px;
	background:#f5f5f5;
	text-align:center;
	margin:auto;
	position:relative;
		}
		
		.proyecto{
			width:265px;
			float:left;
			text-align:center;
			margin:10px;
			padding:10px;
			}
			
			.logo_proy{
				height:150px;
				width:275px;
				float:left;
				background-color:#f5f5f5;
				}
				
				.logo_proy a{
					text-decoration:none;
					}
				
			.proy_desc{
				height:145px;
				width:245px;
				float:left;
				padding:15px 15px 0px 15px;
				}
				
			.masinfo{
				width:285px;
				height:30px;
				float:left;
				margin-top:10px;
				}
				
				.masinfo a{
					background-image:url(../img/boton_mas-01.jpg);
					background-position:center;
					background-repeat:no-repeat;
					display:block;
					height:23px;
					}
				
				
				.masinfo a:hover{
					background-image:url(../img/boton_mas-02.jpg);
					background-position:center;
					background-repeat:no-repeat;
					display:block;
					height:23px;
					}
					
			.proy_bar{
				width:1px;
				background-color:#CCC;
				float:left;
				height:340px;
				margin-top:15px;
				}
			
/* TEXTOS */

h1{
	font-family:'Lato', sans-serif;
	font-size:24px;
	font-weight:900;
	color:#371253;
	}
	
h2{
	font-family:'Lato', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#666;
	line-height:18px;
	}
		
h3{
	font-family:'Lato', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#666;
	}
	
h4{
	font-family:'Lato', sans-serif;
	font-size:13px;
	font-weight:300;
	color:#666;
	line-height:15px;
	}

span{
	visibility:hidden;
	display:none;
	}
