/* default styles for extension "tx_cssstyledcontent" */

#divScrollTextCont 
{
padding: 15px 15px 15px 5px; 
none repeat scroll 0%; 
z-index: 0; 
-moz-background-clip: -moz-initial; 
-moz-background-origin: -moz-initial; 
-moz-background-inline-policy: -moz-initial; 
overflow-y: hidden; 
overflow-x: hidden; 
height: 100px; width: 122px;
}

#divText {position:relative;}
#divUp   {position:relative;}
#divDown {position:relative;}


	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

http://somosmas.org/uploads/tf/hojadeestilo.css

.csc-mailform

{

	font-family : verdana;

	font-size : 12px;

	line-height : 120%;

	color: #333333;

	margin-top : 1px;

	margin-bottom : 1px;

	padding-bottom : 0px;

}





.newsitemlatest{

	font-family : verdana;

	font-size : 10px;

	line-height : 120%;

	color: #333333;

	margin-top : 1px;

	margin-bottom : 1px;

	padding-bottom : 0px;

}





INPUT {  

	font-weight: normal;

	font-family: Verdana; 

	font-size: 9px 

}



.menu{

font-weight: bold;

font-size : 10px;

text-decoration: none;

color: #FFFFFF;

padding: 0px;

}



.menu a:link {

font-weight: bold;

text-decoration: none;

color: #FFFFFF; 			/* white */

padding: 0px;

}



.menu a:active {

font-weight: bold;

text-decoration: none;

color: #FFFFFF; 			/* white */

padding: 0px;

}



.menu a:visited {

font-weight: bold;

text-decoration: none;

color: #FFFFFF; 			/* white */

padding: 0px;

}

.menu a:hover {

font-weight: bold;

text-decoration: none;

color: #CCCCCC; 			/* white */ 

padding: 0px;

}



A:link {

	background-color : transparent;

	text-style: bold;

	color : #001275;

	text-decoration : none;

	font-weight : bold;

}

A:visited {

	font-weight: bold;

	background-color : transparent;

	color : #001275;

	text-decoration : none;

}

A:hover {

	font-weight: bold;

	background-color : transparent;

	color : #004896;

	text-decoration : none;

}

A:active {

	background-color : transparent;

	color : #001275;

	font-weight : bold;

	text-decoration : none;

}



SELECT {  

	font-family: Verdana;

	font-size: 10px 

}

TEXTAREA {  

	font-family: Verdana; 

	font-size: 10px

}



H1 {

	font-family: verdana;

	font-size : 14px;

	line-height : 110%;

	color : #D20000;

	margin-bottom : 2px;

	margin-top : 10px;

}

H2 {

	font-family : Verdana;

	font-size : 13px;

	color : #D20000;

	margin-bottom : 10px;

	margin-top : 20px;

}

H3 {

	font-family: verdana;

	font-size : 12px;

	color : #D20000;

	margin-bottom : 5px;

	margin-top : 5px;

}

H4 {

	font-family : Verdana;

	font-size : 13px;

	color : #D20000;

	margin-bottom : 5px;

	margin-top : 5px;

}

.subhead1 {

	font-family : Verdana;

	font-size : 12px;

	color : black;

}

.subhead2 {

	font-family : Verdana;

	font-size : 12px;

	color : green;

}

.subhead3 {

	font-family : Verdana;

	font-size : 12px;

	color : red;

}

.headerdate {

	font-family : Verdana;

	font-size : 12px;

	color : Green;

	font-weight: normal;

}



.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell 

{ font-weight: normal; }



P, ul, li {

	font-family : verdana;

	font-size : 12px;

	line-height : 120%;

	color: #333333;

	margin-top : 1px;

	margin-bottom : 1px;

	padding-bottom : 0px;

}



.csc-textpic-caption {

	font-family : verdana;

	font-size : 9px;

	line-height : 100%;

	color: #333333;

	margin-top : 1px;

	margin-bottom : 1px;

	padding-bottom : 0px;

}



.caption {

	font-family : Verdana;

	font-size : 12px;

	color : #FF9966;

}

.bulletlist {

	font-family : Verdana;

	font-size : 10px;

	color : #6600CC;

}

.table {

	font-family : Verdana;

	font-size : 12px;

	color : #CC3366;

}



.searchform {

	font-family : Verdana;

	font-size : 12px;

	color : #6600CC;

	font-weight : normal;

}

.searchresultpagetitle {

	font-family : Verdana;

	font-size : 15px;

	color : #333333;

	font-weight : bold;

}

.searchresultcontent {

	font-family : Verdana;

	font-size : 11px;

	color : #6600CC;

	font-weight : normal;

}

.searchresultheader {

	font-family : Verdana;

	font-size : 14px;

	color : #333366;

	font-weight : bolder;

}

.searchmarkup {

	color : #FF0066;

}



.loginform {

	font-family : Verdana;

	font-size : 14px;

	color : #CC0000;

	font-weight : normal;

}



.mailform {

	font-family : Verdana;

	font-size : 12px;

	color : #003366;

	font-weight : normal;

}

.mailformrequired {

	font-family : Verdana;

	font-size : 12px;

	color : #003366;

	font-weight : bolder;

}

.mailformcomment {

	font-family : Verdana;

	font-size : 12px;

	color : #CC0000;

	font-weight : bolder;

}

.mailformradio {

	font-family : Verdana;

	font-size : 10px;

	color : #003366;

	font-weight : normal;

}













.filelinks {

	font-family : Verdana;

	font-size : 14px;

	color : #990000;

}

.filelinkssize {

	font-family : Verdana;

	font-size : 14px;

	color : Green;

}







.sitemap1 {

	font-family : Verdana;

	font-size : 12px;

	color : #CC6600;

}

.sitemap2 {

	font-family : Verdana;

	font-size : 11px;

	color : #990000;

	margin-left : 20px;

}

.sitemap3 {

	font-family : Verdana;

	font-size : 10px;

	color : #333399;

	margin-left : 40px;	

}

.sitemap4 {

	font-family : Verdana;

	font-size : 9px;

	color : #003333;

	margin-left : 60px;

}









.celmenu {

	font-family : Verdana;

	font-size : 12px;

	color : olive;

	margin-top : 10px;

}

.celsubmenu {

	font-family : Verdana;

	font-size : 11px;

	color : #666699;

	margin-left : 20px;

	margin-top : 3px;

}



.entrada {

	font-family: Verdana;

	font-size: 10px;

}